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