Xgo v1.0.43
Release summary:
- fixed a bug related to exported method in stdlib, thanks to @shubham-dogra-s1, see #225
- add
--debug
flag to easily launch a debug session
To install xgo
v1.0.43:
# 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 (Autogenerated)
- add CopyCoreVersion by @xhd2015 in #223
- fix mocking exported method in stdlib by @xhd2015 in #226
- add --debug by @xhd2015 in #228
Full Changelog: v1.0.42...v1.0.43