use native got packages

This commit is contained in:
Simon Bruder 2018-03-29 21:00:45 +00:00
parent 684e8db099
commit 3d330ae79c
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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"