Browse Source

增加gopath设置文件

abiao 5 years ago
parent
commit
cfb667ec5f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      go/gopath/src/fohow-statement-api/set-gopath-env.sh

+ 4 - 0
go/gopath/src/fohow-statement-api/set-gopath-env.sh

@@ -0,0 +1,4 @@
+cd ../../
+export GOPATH=`pwd`
+export PATH=$PATH:/home/rails/fohow/statement_api/go/gopath/bin
+cd -