You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matt Holt edited this page Jun 11, 2015
·
4 revisions
Install package golang
The golang Debian package may have already made its way into your Ubuntu distribution. Try this:
$ sudo apt-get install golang
That is all you need to get go working on your system. (You can use go env GOROOT to be sure where the Go files are, if you're curious.) Don't forget to create your GOPATH.