go-devops/container
Snider f9eb54b856 refactor: modernise to Go 1.26 — iterators, slices, maps, strings
- Add ParsePlaybookIter, ParseTasksIter, GetHostsIter, AllHostsIter (ansible)
- Add ListTemplatesIter (container), TargetsIter (build), LanguagesIter (sdk)
- Replace sort.Slice with slices.SortFunc across cmd/dev, cmd/qa, cmd/monitor, cmd/setup
- Replace manual map-key-sort with slices.Sorted(maps.Keys(...))
- Replace strings.Split with strings.SplitSeq where result is iterated (devkit)
- Replace range-over-int in complexity_test, ansible/modules, devops
- Remove redundant manual min() in favour of built-in
- 22 files, all tests pass

Co-Authored-By: Gemini <noreply@google.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:24:37 +00:00
..
templates feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
container.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
hypervisor.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
hypervisor_test.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
linuxkit.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
linuxkit_test.go test(devops): Phase 0 test coverage and hardening 2026-02-20 01:36:03 +00:00
state.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
state_test.go test(devops): Phase 0 test coverage and hardening 2026-02-20 01:36:03 +00:00
templates.go refactor: modernise to Go 1.26 — iterators, slices, maps, strings 2026-02-23 06:24:37 +00:00
templates_test.go test(devops): Phase 0 test coverage and hardening 2026-02-20 01:36:03 +00:00