What's Changed
Fixes
- Fixed a CI-only test failure in
internal/webbuild'sEnsureExampleModuletest: it relied on a third-party dependency (testify) whose own transitive dependency wasn't cached on a fresh CI runner, causinggo mod tidyto fail underGOPROXY=off. The test now uses a zero-dependency fake module, and the underlying completion signal moved from "go.sum exists" to an explicit marker file, since a zero-dependency module never produces a go.sum. Also fixed a related edge case: examples with a real, committedgo.mod(camera_example*) now correctly skip re-initializing and self-heal a missing replace directive instead of failing.
No functional changes to the public pigo8 package - this only affects the internal cmd/docshots documentation tooling introduced in v1.0.10.