Commit 2199bd1
refactor(go): restructure to /go/ subtree + audit COMPLIANT (Mantis #1227)
Bring go-cache to v0.9.0 audit-COMPLIANT verdict (every counter at 0).
Layout migration:
- Moved flat module into go/ subtree
- Added go.work at repo root with use ./go + ./external/{go,go-io}
- Added 2 git submodules (external/go, external/go-io) on dev branch
- go/go.mod declares `module dappco.re/go/cache`
Contract migration:
- Banned-import cleanup
- Result-discard propagation
- err-shape-funcs migrated to core.Result
- AX-7 triplet + Example coverage backfilled
- 0 gaming patterns
Verification: build / vet / test / audit.sh all clean.
Closes tasks.lthn.sh/view.php?id=1227
Co-authored-by: Codex <noreply@openai.com>1 parent 32af9f2 commit 2199bd1
16 files changed
Lines changed: 3299 additions & 6726 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments