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