gopls-lsp

Go language server for code intelligence and refactoring

View on GitHub
Author Anthropic
Namespace @anthropics/claude-plugins-official
Category development
Version 1.0.0
Stars 5,333
Downloads 24
self.md verified
Table of content

Go language server for code intelligence and refactoring

Installation

npx claude-plugins install @anthropics/claude-plugins-official/gopls-lsp

Contents

Files: README.md

Documentation

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

Source

View on GitHub

Tags: development