go
Installation
SKILL.md
go
Scope
Covers the Go language and its own toolchain: idioms and type design, interfaces and
composition, generics, the modern standard library, concurrency and the memory model,
error handling, package layout, modules and workspaces, go test in all its forms,
pprof/trace performance work, and go vet plus golangci-lint. Third-party packages
appear only where the standard library has no answer and the ecosystem has converged on
one: golang.org/x/sync/errgroup, github.com/google/go-cmp/cmp, go.uber.org/goleak.