[NEW] Bin dir

This commit is contained in:
Quentin Godefroid 2017-11-21 10:27:50 +01:00
parent 6afdcf0e9b
commit c5c1de74c9
7 changed files with 294 additions and 11 deletions

3
bash/bash_export Normal file
View file

@ -0,0 +1,3 @@
export GOROOT=$HOME/go
export GOPATH=$GOROOT/bin
export PATH=~/bin:$PATH:$GOROOT/bin