YOffsetOf15.golden

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