Typo.

Kevin Jones 2016-05-24 22:16:00 -04:00
parent be9442eb90
commit b4d707ef5e

@ -11,7 +11,7 @@ To start out with, check the following first:
* GOROOT
* This should _only_ be set if you used a binary distribution and it's not installed in the default location.
* [GOPATH](http://golang.org/cmd/go#GOPATH_environment_variable)
* This should be set to the directory under which you want your source (and third party packags).
* This should be set to the directory under which you want your source (and third party packages).
* This can also be set to a list of absolute paths separated by : (or ; on Windows).
* Note that ~/some/path is not absolute and will probably not work the way you expect (try $HOME/some/path instead).
* GOPATH should not be set to or contain GOROOT