Created
June 18, 2020 00:23
-
-
Save priyaraghu/6d4f96adf1ed28dde9d5342d82a8dab1 to your computer and use it in GitHub Desktop.
go commands
This file contains hidden or 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
| 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