Updated gopls (markdown)
diff --git a/gopls.md b/gopls.md
index 0d64d52..fcfa523 100644
--- a/gopls.md
+++ b/gopls.md
@@ -19,7 +19,7 @@
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 /Users/helloworld/projects/hotproj (outside GOPATH, no import comments)
+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```