diff options
Diffstat (limited to 'installer/install-gopls.cmd')
-rw-r--r-- | installer/install-gopls.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-gopls.cmd b/installer/install-gopls.cmd index 9c08e36..98634f9 100644 --- a/installer/install-gopls.cmd +++ b/installer/install-gopls.cmd @@ -11,5 +11,5 @@ cd /d "%server_dir%" set GOPATH=%cd%
set GOBIN=%cd%
-go get -v -u golang.org/x/tools/cmd/gopls
+go get -v -u golang.org/x/tools/gopls
rd /S /Q "src"
|