kevinconway / wrapgen

Interface wrapper generator for Go
Apache License 2.0
26 stars 9 forks source link

Major changes #7

Closed kevinconway closed 5 years ago

kevinconway commented 5 years ago

Add support for go modules via the packages tool. Change from rendering an entire package to only select interfaces. Add support for rendering both in and out of the source package. More heavily annotate all the reflection and type switching code. Remove public code API. Update templates. Switch to go modules for depdency management. Update README with new usage. Add more go versions to CI.