aboutsummaryrefslogtreecommitdiff
path: root/installer/install-gopls.sh
diff options
context:
space:
mode:
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2020-01-30 05:29:12 +0900
committerTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2020-01-30 05:29:12 +0900
commit9e538b4b23436cd0373711e9d4eadefda5bc74d6 (patch)
tree151cbe0479ea5f9f3e47e4c372b57b9f9ba5b65d /installer/install-gopls.sh
parentf76f655e5733ec766db2d627c6ec01beeade3590 (diff)
downloadvim-lsp-settings-9e538b4b23436cd0373711e9d4eadefda5bc74d6.tar.gz
vim-lsp-settings-9e538b4b23436cd0373711e9d4eadefda5bc74d6.tar.bz2
vim-lsp-settings-9e538b4b23436cd0373711e9d4eadefda5bc74d6.zip
improve: go install packages
Diffstat (limited to 'installer/install-gopls.sh')
-rwxr-xr-xinstaller/install-gopls.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/install-gopls.sh b/installer/install-gopls.sh
index 22e0b1c..c6cee83 100755
--- a/installer/install-gopls.sh
+++ b/installer/install-gopls.sh
@@ -2,5 +2,4 @@
set -e
-GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v golang.org/x/tools/gopls@latest
-rm -rf src
+"$(dirname $0)/go_install.sh" golang.org/x/tools/gopls@latest