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