YOffsetOf11.golden 2.9 KB

1234
  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  }