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

17 lines
405 B
Markdown
Raw Normal View History

2026-08-18 20:41:34 -07:00
# 1.12 — Go error-handling / context hygiene (REFACTOR)
Phase: 1 — Atlas Core
Stage: REFACTOR
Depends on: [1.11](1.11-simplify-pass.md)
- [ ] Confirm no `_ =` on errors, no naked returns, every upstream call carries a `context.Context` (go-error-handling, go-context skills)
## Verify
```bash
go test ./... -run TestRedact -v
go test ./... -run TestRBAC -v
go test ./... -run TestSnapshot -v
```