12    -  return "Hello, world!"      13 +  content := strings.ToUpper("Hello, World!")      14 +  return content   13  15  }