1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

Merge branch 'master' of ssh://github/tiyn/wiki

This commit is contained in:
TiynGER 2021-04-29 18:08:36 +02:00
commit 2da1b6dc60

View File

@ -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