diff options
Diffstat (limited to 'go')
-rwxr-xr-x | go/install_go.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/install_go.sh b/go/install_go.sh index 1674753e..ee7c5ac3 100755 --- a/go/install_go.sh +++ b/go/install_go.sh @@ -25,7 +25,7 @@ tar -C ./golang -xzf $GO_VERSION.tar.gz export GOPATH=`pwd` export GO_LANG=`pwd`/golang/go/bin export GO_COMPILED=`pwd`/bin -PATH="${GO_LANG}:${GO_COMPILED}:${PATH}" +export PATH="${GO_LANG}:${GO_COMPILED}:${PATH}" ./golang/go/bin/go get golang.org/x/mobile/cmd/gomobile ./golang/go/bin/go env |