From 737ecf8c6422f2107fe4d7068931d03e317b87d1 Mon Sep 17 00:00:00 2001 From: hophacker Date: Sat, 31 Aug 2019 12:26:40 +0800 Subject: [PATCH] change go path --- zsh/local.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/local.zsh b/zsh/local.zsh index 27a6820..4b9d19c 100644 --- a/zsh/local.zsh +++ b/zsh/local.zsh @@ -35,7 +35,7 @@ export LC_ALL=en_US.UTF-8 # Golang export GOROOT_BOOTSTRAP=/usr/local/go -export GOPATH=$HOME/gocode +export GOPATH=$HOME/go PATH=$PATH:$GOPATH/bin:/usr/local/go/bin if [[ "$(uname)" == "Darwin" ]]; then