dotfiles/.bash_export
2017-01-16 10:53:01 +01:00

3 lines
79 B
Bash

export GOROOT=$HOME/go
export GOPATH=$GOROOT/bin
export PATH=$PATH:$GOROOT/bin