From 9e538b4b23436cd0373711e9d4eadefda5bc74d6 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Thu, 30 Jan 2020 05:29:12 +0900 Subject: improve: go install packages --- installer/install-gopls.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'installer/install-gopls.sh') 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 -- cgit v1.2.3-54-g00ecf