Skip to content

Xgo v1.0.15

Compare
Choose a tag to compare
@xhd2015 xhd2015 released this 02 Apr 10:47
· 179 commits to master since this release

To install xgo v1.0.15:

# fresh install
curl -fsSL https://github.com/xhd2015/xgo/raw/master/install.sh | bash

# or upgrade
xgo upgrade

Also update xgo/runtime:

go get github.com/xhd2015/xgo/runtime@latest

Release summary:

  • fix ctx passing while mocking
  • skip trap on system stack, which does not allow defer

For documentation, see https://github.com/xhd2015/xgo.