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