LightMode.golden

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