Skip to content

Xgo v1.0.26

Compare
Choose a tag to compare
@xhd2015 xhd2015 released this 21 Apr 04:44
· 128 commits to master since this release

Release summary:

  • make --strace standalone works, see #71
  • fix an issue while compiling constants operations, see #78
  • make xgo tool trace TestExample.json auto fall to next port
  • fix trapping with -overlay flag by applying -trimpath rewrites

To install xgo v1.0.26:

# 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.