YOffsetOf11.golden

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