Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 275 Bytes

File metadata and controls

11 lines (9 loc) · 275 Bytes

Agent Instructions

Before completing relevant changes, run these non-overlapping gates; tests/ci.sh covers race, integration, and formal checks, but not vet or lint:

go vet ./...
golangci-lint run ./...
(cd examples/kv && golangci-lint run ./...)
tests/ci.sh