1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00
This commit is contained in:
Geezus
2019-05-16 14:30:26 -05:00
163 changed files with 3545 additions and 1379 deletions

View File

@ -23,7 +23,7 @@ fi
dir="/tmp/vim-go-test/$1-install"
export GOPATH=$dir
export GO111MODULE=off
export GO111MODULE=auto
export PATH=${GOPATH}/bin:$PATH
shift