Skip to content

Instantly share code, notes, and snippets.

@Mr-Perfection
Created January 3, 2018 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mr-Perfection/687f2c20c48a66ec49075a233bdc692b to your computer and use it in GitHub Desktop.
Save Mr-Perfection/687f2c20c48a66ec49075a233bdc692b to your computer and use it in GitHub Desktop.
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