diff --git a/gopls.md b/gopls.md index 7d42e271..7db98d76 100644 --- a/gopls.md +++ b/gopls.md @@ -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).