Updated gopls (markdown)

Rebecca Stambler 2019-07-10 00:07:33 -04:00
parent 4c65236ad8
commit c36344a806

@ -34,9 +34,8 @@ Feel free to ask questions about `gopls` on the `#gopls` [Gopher Slack](https://
* Cursor resets to the beginning or end of file on format: [#31937](https://github.com/golang/go/issues/31937).
* Editing multiple modules in one editor window: [#32394](https://github.com/golang/go/issues/32394).
* File contents reverted after saving: [#32643](https://github.com/golang/go/issues/32643).
* Language features do not work with `cgo`: [#32898](https://github.com/golang/go/issues/32898).
* Does not work build tags: [#29202](https://github.com/golang/go/issues/29202).
* Does not work with build tags: [#29202](https://github.com/golang/go/issues/29202).
* Find references and rename only work in a single package: [#32869](https://github.com/golang/go/issues/32869), [#32877](https://github.com/golang/go/issues/32877).
## Installation