// go run chai2010.cn/gobook/examples/ch1.2-14 package main import "fmt" func main() { fmt.Printf("hello, world\n") // ; }