blob: bc815e81f1712d5cf4ec2b3070f71d58fbd4cff4 [file] [log] [blame] [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](https://go.dev/gopls)
- Documentation for [contributors](doc/contributing.md)