aboutsummaryrefslogtreecommitdiff
path: root/installer/go_install.sh
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-03-03 13:27:40 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-03-03 13:27:40 +0900
commitf9050494fc1511b50169246e10c853de0fed73c2 (patch)
tree0bee414645edbc0159db993189be63b3bd1f6553 /installer/go_install.sh
parentb93a7cf76b01219ab3e5ea58623f7f3afdfc7dc6 (diff)
parent864f68ddf2973cebe6463948219bc603b309575e (diff)
downloadvim-lsp-settings-f9050494fc1511b50169246e10c853de0fed73c2.tar.gz
vim-lsp-settings-f9050494fc1511b50169246e10c853de0fed73c2.tar.bz2
vim-lsp-settings-f9050494fc1511b50169246e10c853de0fed73c2.zip
Merge branch 'master' into register-command
Diffstat (limited to 'installer/go_install.sh')
-rwxr-xr-xinstaller/go_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/go_install.sh b/installer/go_install.sh
index b399969..be5feff 100755
--- a/installer/go_install.sh
+++ b/installer/go_install.sh
@@ -6,4 +6,4 @@
set -e
GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v "$1"
-rm -rf src
+rm -rf src pkg 2> /dev/null