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

Xgo v1.1.8

Compare
Choose a tag to compare
@xhd2015 xhd2015 released this 19 Jun 06:51
· 1 commit to master since this release

This release upgrades xgo from v1.1.7 to v1.1.8 with #359

Minor improvements:

  • fixed generic instance parsing
  • fixed vendir C import path

To install xgo v1.1.8:

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

# no need to update runtime

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

What's Changed(Auto generated)

  • fix generic instance parsing and C import in vendir by @xhd2015 in #359

Credit given to @pspencer-arculus for reporting the 2 issues:

Full Changelog: v1.1.7...v1.1.8

0