go-build/pkg/sdk/generators
Snider d32e186432 refactor: AX compliance sweep — replace banned stdlib imports with core primitives
Replaced fmt, strings, sort, os, io, sync, encoding/json, path/filepath,
errors, log, reflect with core.Sprintf, core.E, core.Contains, core.Trim,
core.Split, core.Join, core.JoinPath, slices.Sort, c.Fs(), c.Lock(),
core.JSONMarshal, core.ReadAll and other CoreGO v0.8.0 primitives.

Framework boundary exceptions preserved where stdlib types are required
by external interfaces (Gin, net/http, CGo, Wails, bubbletea).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-13 09:32:01 +01:00
..
docker_runtime.go chore(ax): bound generator availability probes 2026-03-30 05:58:49 +00:00
docker_runtime_test.go chore(ax): bound generator availability probes 2026-03-30 05:58:49 +00:00
generator.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
go.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
go_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
php.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
php_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
python.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
python_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
typescript.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
typescript_test.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00