Skip to content

Xgo v1.0.43

Compare
Choose a tag to compare
@xhd2015 xhd2015 released this 05 Jul 01:47
· 46 commits to master since this release
7afca25

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)

Full Changelog: v1.0.42...v1.0.43