update
This commit is contained in:
parent
1110cf573c
commit
0e46b7c6be
32 changed files with 799 additions and 0 deletions
3
ansible/files/go-path.sh
Normal file
3
ansible/files/go-path.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export GOPATH=$HOME/go
|
||||
export GOROOT="/usr/local/go"
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
Loading…
Add table
Add a link
Reference in a new issue