XOffsetOf02.golden 3.3 KB

12345678
  1.   …   …  @@ -5,5 +5,6 @@  
  2.   5   5  … 
  3.   6   6   
  4.   7   7  …nc main() { 
  5.   8    -… fmt.Println("Hello, world!") 
  6.      8 +… content := "Hello, world!" 
  7.      9 +… fmt.Println(content) 
  8.   9  10  …