13 lines | 314 Bytes

AGENTS.md — Go (stdlib-first)

  • Go ≥ 1.22 with stdlib net/http.
  • Errors wrapped with %w, typed sentinels declared at package level.
  • context.Context first param on anything that can block.
  • gofmt -s + goimports + staticcheck clean.
go build ./...
go test ./...
staticcheck ./...