blob: dd1c8999119b526bdef0d638d4ce0ec8f0642674 [file] [view]
# `gopls`, the language server for Go
[![PkgGoDev](https://pkg.go.dev/badge/golang.org/x/tools/gopls)](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](doc/index.md). <!-- TODO: link to go.dev/gopls in due course -->
- Documentation for [contributors](doc/contributing.md).