XOffsetOf00.golden

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