Command go Compile packages and dependencies Remove object files Run godoc on package sources Print Go environment information Run go tool fix on packages Run gofmt on package sources Download and install packages and dependencies Compile and install packages and dependencies List packages Compile and run Go program Test packages Run specified go tool Print Go version Run go tool vet on packages GOPATH environment variable Description of package lists Remote import path syntax Description of testing flags Description of testing functions 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 ...
Comments
Post a Comment