gopls, the language server for Go
September 15, 2025 ยท View on GitHub
gopls (pronounced "Go please") is the official language
server for Go, developed and maintained by
the Go team.
It provides a wide variety of IDE features
to any LSP-compatible
editor.
- Documentation for users
- Documentation for contributors