|
|
|
|
|
by jerf
4576 days ago
|
|
I was interested when I saw the project name, but this appears to be: mkdir -p pkg bin src
export GOPATH="`pwd`"
export PATH="$GOPATH/bin:$PATH"
Only what I typed there is shorter and safer than the committed code.That's... simple, yes. https://github.com/ChuckHa/goenv/blob/master/goenv |
|