go命令_教程及案例

go run-go build-go install命令的作用?

go run,go build,go install命令的作用?go run,运行项目代码,内部会先编译并将编译后的文件放在系统的临时目录,然后在自动执行。