Files
riotpiao.com/tasks/1.12-go-hygiene.md
T

405 B

1.12 — Go error-handling / context hygiene (REFACTOR)

Phase: 1 — Atlas Core Stage: REFACTOR

Depends on: 1.11

  • Confirm no _ = on errors, no naked returns, every upstream call carries a context.Context (go-error-handling, go-context skills)

Verify

go test ./... -run TestRedact -v
go test ./... -run TestRBAC -v
go test ./... -run TestSnapshot -v