Skip to content

Instantly share code, notes, and snippets.

@paranlee
Last active June 20, 2021 05:20
Show Gist options
  • Select an option

  • Save paranlee/d4f51a0c916bc407fba6925ba98fea0c to your computer and use it in GitHub Desktop.

Select an option

Save paranlee/d4f51a0c916bc407fba6925ba98fea0c to your computer and use it in GitHub Desktop.
go installation is so simple.
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