chore: add gopls LSP configuration for Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 03:52:25 +01:00
parent 1f23a6ddc9
commit ad7d1a650c
2 changed files with 12 additions and 0 deletions

10
.claude/settings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"lspServers": {
"gopls": {
"command": ".claude/gopls-wrapper.sh",
"extensionToLanguage": {
".go": "go"
}
}
}
}