Commit 3cc1a160 authored by Mygod's avatar Mygod

Fix go install: no install location for directory again

parent 72305c5f
......@@ -44,6 +44,8 @@ fi
export GOROOT=$DIR/go
export GOPATH=$HOME
export GOBIN=$GOPATH/bin
mkdir $GOBIN
export PATH=$GOROOT/bin:$PATH
pushd kcptun/client
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment