Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save priyaraghu/6d4f96adf1ed28dde9d5342d82a8dab1 to your computer and use it in GitHub Desktop.

Select an option

Save priyaraghu/6d4f96adf1ed28dde9d5342d82a8dab1 to your computer and use it in GitHub Desktop.
go commands
how to compile go code
go run filename
go build filename - there are other switches to generate code specific to system architecture and location
for the generated executable
go install
go module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment