Initial Commit
This commit is contained in:
commit
bbb0a2f580
126 changed files with 14189 additions and 0 deletions
9
activate.sh
Normal file
9
activate.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Absolute path this script is in. /home/user/bin
|
||||
cd "`dirname '${BASH_SOURCE:-$0}'`"
|
||||
SCRIPTPATH="`pwd`"
|
||||
echo $dir
|
||||
cd - > /dev/null
|
||||
|
||||
export GOPATH=$SCRIPTPATH
|
||||
#export GOOS="linux"
|
||||
#export GOARCH="amd64"
|
||||
Loading…
Add table
Add a link
Reference in a new issue