go
Installation
SKILL.md
Go
Purpose
Guide for Go build tools, module management, concurrency patterns, interface design, error handling, testing, and production deployment.
Agent Protocol
Trigger
Keywords: go build, go mod, goroutine, channel, interface go, error handling go, testing go, go generate, go tool, context, go concurrency.
Input Context
- Project type (CLI tool, web API, microservice, library)
- Go version
- Module organization (monorepo vs multi-module)
- Deployment target