use native got packages
This commit is contained in:
parent
684e8db099
commit
3d330ae79c
|
@ -1,9 +1,8 @@
|
|||
# Programming languages
|
||||
|
||||
## Go
|
||||
export GOROOT="$HOME/opt/go"
|
||||
export GOPATH="$HOME/opt/gopath"
|
||||
PATH="$PATH:$GOPATH/bin:$GOROOT/bin"
|
||||
PATH="$PATH:$GOPATH/bin"
|
||||
|
||||
## Node
|
||||
PATH="$PATH:/home/simon/opt/node/bin"
|
||||
|
|
Reference in a new issue