claudecodeui/claude-data/plugins/marketplaces/claude-plugins-official/plugins/gopls-lsp
2026-05-27 22:45:26 -04:00
..
LICENSE chore: fork from siteboon/claudecodeui with Forgejo integration 2026-05-27 22:45:26 -04:00
README.md chore: fork from siteboon/claudecodeui with Forgejo integration 2026-05-27 22:45:26 -04:00

gopls-lsp

Go language server for Claude Code, providing code intelligence, refactoring, and analysis.

Supported Extensions

.go

Installation

Install gopls using the Go toolchain:

go install golang.org/x/tools/gopls@latest

Make sure $GOPATH/bin (or $HOME/go/bin) is in your PATH.

More Information