Updated gopls (markdown)

Rebecca Stambler 2019-03-12 14:36:49 -04:00
parent be12a3d42e
commit 1e843bfefb

@ -12,7 +12,7 @@ Contributions are welcome, but since development is so active, we request that y
### Installation
To begin using `gopls`, we suggest using VSCode with the Go plugin. The required settings are:
First, install `gopls` by running `go install golang.org/x/tools/cmd/gopls`. We suggest using VSCode with the Go plugin. The required settings are:
```json
"go.useLanguageServer": true,