8000 Release Xgo v1.1.5 · xhd2015/xgo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xgo v1.1.5

Compare
Choose a tag to compare
@xhd2015 xhd2015 released this 27 Apr 03:03
· 6 commits to master since this release

This release upgrades xgo from v1.1.4 to v1.1.5 with #343

Minor improvements:

  • fixed interface registgering
  • fixed a bug related to concurrent parsing
  • resolve const declaration

To install xgo v1.1.5:

# update xgo
go install github.com/xhd2015/xgo/cmd/xgo@v1.1.5

# no need to update runtime

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

What's Changed(Auto generated)

Full Changelog: v1.1.4...v1.1.5

0