Adding a deprecation message to the top of the page

Ian Cottrell 2019-08-28 21:00:20 -04:00
parent 298272233f
commit 7e2629b2da

@ -1,3 +1,13 @@
----
> This page has been subsumed into the [committed markdown](https://github.com/golang/tools/blob/master/gopls/README.md) of x/tools repository
>
> Please do not edit this page!
>
> The remaining content will be removed when we are sure it was all replaced.
----
`gopls` (pronounced: "go please") is an implementation of the Language Server Protocol (LSP) server for Go.
LSP allows any text editor to be extended with IDE-like features (see https://langserver.org for details).