mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Typo.
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user