go-conventions · git:20260529.d38243f · 2026-05-29 · sha256 159129d8a66be530

go-conventions git:20260529.d38243fA

Immutable. This exact content is served forever at /api/v1/blob/159129d8a66be530.

---
name: go-conventions
description: Go conventions for this repo. TRIGGER when editing any *.go file or Connect-Go handlers.
---

# Go Conventions

Use the Connect-Go Content-Type negotiation defaults. Prefer protobuf JSON
timestamps over custom formats because the wire contract stays portable.

Default to table-driven tests. Run `go test ./...` before pushing.