Last active
June 20, 2021 05:20
-
-
Save paranlee/d4f51a0c916bc407fba6925ba98fea0c to your computer and use it in GitHub Desktop.
go installation is so simple.
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
| snap install --classic go # sudo apt -y install golang | |
| go version | |
| # go version go1.16.5 linux/amd64 # go version go1.13.8 linux/amd64 | |
| go get github.com/golang/example/hello | |
| ~/go/bin/hello | |
| # Hello, Go examples! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment