LightMode.golden

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