From ab3cc1b9fcadf2dc49e4ba059266dedbe10e7df2 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Thu, 22 Aug 2019 09:02:30 -0400 Subject: [PATCH] Updated gopls (markdown) --- gopls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gopls.md b/gopls.md index e18cbf94..884eca42 100644 --- a/gopls.md +++ b/gopls.md @@ -16,6 +16,10 @@ go: cannot use path@version syntax in GOPATH mode run `GO111MODULE=on go get golang.org/x/tools/gopls@latest`. +### If you are using Go modules, you will need to open your editor to the directory that contains the `go.mod` file. + +We intend to improve this behavior, but for now, this is the recommended approach. + # Table of Contents [Troubleshooting](#troubleshooting) [Known Issues](#known-issues)