Skip to content

Commit

Permalink
Suggest GOPATH in ~/go (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
7AC authored and ruflin committed Apr 25, 2017
1 parent 354fdd6 commit ca2e449
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ used for development is Golang 1.8.1.

The location where you clone is important. Please clone under the source
directory of your `GOPATH`. If you don't have `GOPATH` already set, you can
simply set it to your home directory (`export GOPATH=$HOME`).
simply set it to the `go` directory in your home (`export GOPATH=$HOME/go`).

$ mkdir -p ${GOPATH}/src/github.com/elastic
$ cd ${GOPATH}/src/github.com/elastic
Expand Down Expand Up @@ -116,4 +116,3 @@ To manage the `vendor/` folder we use
the govendor documentation on how to add or update vendored dependencies.

In most cases `govendor fetch your/dependency@version +out` will get the job done.

0 comments on commit ca2e449

Please sign in to comment.