spaxel/go.work
jedarden b8a204ad8a simulator: build and update spaxel-sim CLI tool
- Rebuilt spaxel-sim binary with latest code
- Copied binary to mothership directory for use in integration tests
- All tests pass (go test ./... && go vet ./...)
2026-05-06 00:26:51 -04:00

8 lines
67 B
Text

go 1.25.0
use ./mothership
use (
./cmd/sim
./test/acceptance
)