Commit a07295f
committed
refactor(go): restructure to /go/ subtree (Mantis #1236)
- Move all .go sources from repo root into /go/ subtree (canonical layout)
- Add go.work at repo root + external/go submodule
- Repo was already audit-COMPLIANT in flat layout — this commit lands the
canonical repo-shape (Layer 1 of the unified brief).
- go mod tidy regenerated go.sum to match upstream proxy
Verification:
- GOWORK=off go build ./... clean
- GOWORK=off go vet ./... clean
- GOWORK=off go test -count=1 -short ./... clean
- audit.sh verdict: COMPLIANT (every counter at 0)
Closes tasks.lthn.sh/view.php?id=12361 parent e78b55f commit a07295f
20 files changed
Lines changed: 15 additions & 1 deletion
File tree
- external
- go
- tests/cli/inference
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
File renamed without changes.
0 commit comments