diff options
Diffstat (limited to 'installer/install-gopls.sh')
-rwxr-xr-x | installer/install-gopls.sh | 3 |
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 |