golang: location of gopath doesnt really matter

master
Marten 4 years ago committed by GitHub
parent faf3e469b1
commit 25e05a86f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,11 +9,13 @@ Make sure to set the `GOPATH` and the `GOBIN` variable and add the last to the `
by adding the following to your `.profile`:
```sh
export GOPATH="${HOME}/code/go"
export GOPATH="${HOME}/go"
export GOBIN="${GOPATH}/bin"
export PATH="${GOBIN}:${PATH}"
```
You can move the `GOPATH` where you want.
## IDE
### Vim

Loading…
Cancel
Save