YOffsetOf15.golden

1 10                                                    11                                                   
2 11   func getContent() string {                       12   func getContent() string {                      
3 12 -     return "Hello, world!"                       13 +     content := strings.ToUpper("Hello, World!") 
4                                                       14 +     return content                              
5 13   }                                                15   }