General cleanup (minor changes)

Matt Holt 2015-06-11 13:37:21 -06:00
parent 47d8bf70f9
commit af843d362b

@ -3,14 +3,13 @@
The `golang` Debian package may have already made its way into your Ubuntu distribution. Try this: The `golang` Debian package may have already made its way into your Ubuntu distribution. Try this:
``` ```
sudo apt-get install golang $ 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.
## If that didn't work ## If that didn't work
The ppa repository that was described here does not exist anymore, see See http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go
http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go
Anybody had to remove this irritating and obsolete information, so I did it.