gopls: update installation instructions

Rebecca Stambler 2019-06-27 18:03:27 -04:00
parent 888f3ba267
commit f1ddaf2cf4

@ -1,6 +1,8 @@
`gopls` (pronounced: "go please") is an implementation of the Language Server Protocol (LSP) server for Go.
The LSP allows any text editor to be extended with IDE-like features (see https://langserver.org/ for details). It is currently in alpha, so it is not stable.
To install: `go get -u golang.org/x/tools/gopls@latest`.
For folks with questions about integrating gopls within an editor, see https://github.com/golang/go/wiki/gopls-integrator-FAQ.
# Table of Contents
@ -37,7 +39,7 @@ Feel free to ask questions about `gopls` on the `#gopls` [Gopher Slack](https://
## Installation
First, install `gopls` by running `go get -u golang.org/x/tools/cmd/gopls`.
First, install `gopls` by running `go get -u golang.org/x/tools/gopls@latest`.
At the moment, we suggest using VSCode.