Go 命令

Go语言自带有一套完整的命令操作工具,可以通过在命令行中执行go来查看它们:

build
clean
fmt
get
install
test
tool
generate
run

你可能感兴趣的:(Golang)