Created
January 3, 2018 04:24
-
-
Save Mr-Perfection/687f2c20c48a66ec49075a233bdc692b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go run - compiles and excutes one or two files | |
go build - compiles a bunch of go source code files | |
go fmt - formats all the code in each file in the current directory | |
go install - compiles and installs a package | |
go get - downloads the raw source code of someone else's package | |
go test - runs any tests associated with the current project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment