sachin1801 9687ada023 Initial commit: Claude Code v2.1.88 source extracted from npm source maps 4 dni temu
..
LICENSE 9687ada023 Initial commit: Claude Code v2.1.88 source extracted from npm source maps 4 dni temu
README.md 9687ada023 Initial commit: Claude Code v2.1.88 source extracted from npm source maps 4 dni temu

README.md

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