Skip to main content
Back to docs
stackgo
Install
Source: packages/harness-kit/src/registry/bundles/stack/go/README.md

Go

Go stack baseline for harness-kit. This bundle is installed automatically when go is selected directly, or inherited by a techstack bundle via type: 'stack'.

What it includes

  • coding-style - naming, package layout, and public API clarity rules
  • patterns - idiomatic Go design patterns and common anti-patterns
  • testing - table-driven testing, coverage expectations, and test hygiene
  • security - input boundaries, secret handling, and defensive coding defaults

Notes

Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.