Claude
Skills
Sign in
Back

go

Included with Lifetime
$97 forever

You MUST activate this skill when working on Go projects

General

What this skill does


# Go

- Use latest Go version (verify, don't assume). Build with `-ldflags="-s -w"`
- Check modernity: `go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...`
- Copy golangci config: `$HOME/git/sammcj/mcp-devtools/.golangci.yml`
- Idiomatic Go: explicit error handling, early returns, small interfaces, composition, defer for cleanup, table-driven tests
Files: 1
Size: 0.5 KB
Complexity: 2/100
Category: General

Related in General