From a354fd35254ac7c66c739916f08bb152a943b2c9 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 12 Aug 2019 13:27:51 -0400 Subject: [PATCH] remove recommendation to run go get golang.org/x/tools/gopls since that error message isn't related --- gopls.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gopls.md b/gopls.md index fcfa523a..eeefecb4 100644 --- a/gopls.md +++ b/gopls.md @@ -16,14 +16,6 @@ go: cannot use path@version syntax in GOPATH mode run `GO111MODULE=on go get golang.org/x/tools/gopls@latest`. -If you then see this error: -```shell -GO111MODULE=on go get golang.org/x/tools/gopls@latest -go: cannot determine module path for source directory /home/user (outside GOPATH, no import comments) -``` - -This may be worth trying: ```go get golang.org/x/tools/gopls``` - # Table of Contents [Troubleshooting](#troubleshooting) [Known Issues](#known-issues)