|
|
hace 6 meses | |
|---|---|---|
| .. | ||
| LICENSE | aecd4c852f Add Apache 2.0 LICENSE files to all internal plugins | hace 6 meses |
| README.md | 1d99e18048 Add installation instructions to LSP plugin READMEs | hace 8 meses |
Go language server for Claude Code, providing code intelligence, refactoring, and analysis.
.go
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.