YOffsetOf10.golden 3.3 KB

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