YOffsetOf12.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Ā   }