Go is a tool for managing Go source code.
Usage:
go command [arguments]
The commands are:
build compile packages and dependencies
clean remove object files
doc run godoc on package sources
env print Go environment information
fix run go tool fix on packages
fmt run gofmt on package sources
get download and install packages and dependencies
install compile and install packages and dependencies
list list packages
run compile and run Go program
test test packages
tool run specified go tool
version print Go version
vet run go tool vet on packages
Use "go help [command]" for more information about a command.
Additional help topics:
gopath GOPATH environment variable
packages description of package lists
remote remote import path syntax
testflag description of testing flags
testfunc description of testing functions
Use "go help [topic]" for more information about that topic.
发布评论
评论(7)
我搭建的环境eclipse的控制台什么也看不到,啥情况的!!
配置成功,非常感谢
你的go版本貌似太旧了,看我后面的回复。
谢谢回复,但是安装目录下面怎么没有go.exe
Go toolpath 那不是空这么
这个go版本貌似比较老,go1后都被整合到go一个命令中了。去下个新版本吧。
我的bin目录: