package mainimport "fmt" //一定要双引号func main() {/* test hello word *///test
fmt.Println("hello world!")
}
go run helloworld.go