YOffsetOf11.golden 2.5 KB

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