main包下只有一个main.go文件,只要go run main.go即可

但main包下有多个.go文件,需要执行 go run *.go即可

相关文章: