Quick overview
gopls is the official Go language server, providing code intelligence for .go files via the LSP protocol. It handles autocomplete, go-to-definition, find references, real-time error diagnostics, and refactoring like symbol renaming and import organization.
As the official Go language server maintained by the Go team, it stays current with new language features and provides more accurate analysis than third-party alternatives.
Common tasks
- Navigating to a function definition in a large Go codebase
- Renaming a struct field across all files in a module
- Catching type errors before running go build
- Automatically organizing imports while editing a file
- Finding all callers of an interface method
Install paths
Primary command
openclaw install bowen31337/gopls-lsp
ClawHub installer
npx clawhub@latest install bowen31337/gopls-lsp
OpenClaw CLI
openclaw skills install bowen31337/gopls-lsp
Direct OpenClaw install
openclaw install bowen31337/gopls-lsp
Skill metadata
- Category: Coding Agents & IDEs
- Language: Markdown
- Version: 1.0.0
- Security status: Benign
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/bowen31337/gopls-lsp






