From a0a17e24d76dbf0cc367d81df2bee179cbc73f90 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Thu, 23 Aug 2018 15:35:52 -0700 Subject: Fix go tests. --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 1e24177e..49534137 100755 --- a/tests.sh +++ b/tests.sh @@ -105,7 +105,7 @@ build_golang() { export PATH="`pwd`/src:$PATH" export GOPATH="$HOME/gocode" - mkdir -p "$GOPATH/src/github.com/google" + mkdir -p "$GOPATH/src/github.com/protocolbuffers" rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf" ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf" export PATH="$GOPATH/bin:$PATH" -- cgit v1.2.3