YOffsetOf09.golden 3.2 KB

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