Skip to content

Commit

Permalink
README: clarify that the GOPATH source tree is in src
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Apr 26, 2016
1 parent b309889 commit 56f1699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ Alternatively, run this, and preferably add it to your `~/.bashrc` / `~/.zshrc`:
Make sure you are using at least Go 1.5, set `GO15VENDOREXPERIMENT=1` if you
are using Go 1.5 and didn't set `GO15VENDOREXPERIMENT=0` if you are using Go 1.6.

Also note that native vendoring does not work outside the GOPATH tree.
That is, your project MUST be somewhere in a subfolder of `$GOPATH`.
Also note that native vendoring does not work outside the GOPATH source tree.
That is, your project MUST be somewhere in a subfolder of `$GOPATH/src/`.

## License

Expand Down

0 comments on commit 56f1699

Please sign in to comment.