Go Conventions
- •Use
gofmt. - •Prefer
context.Contextthreading; enforce timeouts for external calls. - •Use table-driven tests; run
go test ./.... - •Keep packages small; avoid cyclic deps.
适用于代理的Go语言规范与可靠性检查清单。
--- frontmattername: lang-go description: Go conventions and reliability checklist for agents.
gofmt.context.Context threading; enforce timeouts for external calls.go test ./....