go build,go run

go build test.go:生成test.exe文件

go run test.go:不专门生成test.exe文件直接运行