关于go执行报错

zackzhangkai · · 823 次点击
go run *.go 要在linux系统下才行,可以用git bash下的终端来执行
#2
更多评论
go run main.go v1.go v2.go 或者 go run *.go 或者go build,之后再运行
#1