Move go path forward

This commit is contained in:
ViViDboarder 2018-08-03 19:20:16 -07:00
parent 5cc6cdc447
commit f46e37185d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ end
# Golang paths
set -gx GOPATH $HOME/workspace/go_path
if [ -d "$GOPATH" ]
set -gx PATH $PATH $GOPATH/bin
set -gx PATH $GOPATH/bin $PATH
end
# Android paths