Xgo v1.0.48
Release summary:
- test-explorer: integrate stack trace, see #214
- make build cache aware of trace flags
- allow xgo auto update via config
To install xgo
v1.0.48:
# update xgo
go install github.com/xhd2015/xgo/cmd/[email protected]
# update dependency
go get github.com/xhd2015/xgo/[email protected]
For documentation, see https://github.com/xhd2015/xgo.
What's Changed
- make build cache aware of trace flags by @xhd2015 in #257
- test-explorer: integrate stack trace by @xhd2015 in #258
- allow xgo auto update via config by @xhd2015 in #259
Full Changelog: v1.0.47...v1.0.48