Xgo v1.0.26
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.