Release summary:
- enable -cover to co-exist with trace with best effort, see #285
- fix CI tests, see #272
- test-explorer: enable trace by default, see #280
- test-explorer:trace snapshot of main module by default, see #281
To install xgo
v1.0.52:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update runtime
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
What's Changed (Auto generated)
- allow main module snapshot trace by default by @xhd2015 in #282
- fix snapshot test by @xhd2015 in #283
- try best to reserve trace when -cover enabled by @xhd2015 in #286
Full Changelog: v1.0.51...v1.0.52