| # `gopls`, the language server for Go |
| |
| [](https://pkg.go.dev/golang.org/x/tools/gopls) |
| |
| `gopls` (pronounced "Go please") is the official [language |
| server](https://langserver.org) for Go, developed and maintained by |
| the Go team. |
| It provides a wide variety of [IDE features](doc/features/) |
| to any [LSP](https://microsoft.github.io/language-server-protocol/)-compatible |
| editor. |
| |
| - Documentation for [users](https://go.dev/gopls) |
| - Documentation for [contributors](doc/contributing.md) |