From fb6c474a236bb274f18cc2ccc1cdb99a22792b14 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 16 Jul 2018 10:08:47 +0100 Subject: [PATCH] Fix golang shell setup --- shell/golang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/golang.sh b/shell/golang.sh index 71d353e..90d1b3b 100755 --- a/shell/golang.sh +++ b/shell/golang.sh @@ -4,7 +4,7 @@ export GOPATH="$HOME/.go:$HOME/Projects/Go" path_prepend "$HOME/.go/bin" -path_prepend "$HOME/Projects/Go" +path_prepend "$HOME/Projects/Go/bin" # aliases alias gv="govendor"