Skip to content

Releases: anjmao/go2proto

v0.0.3

08 Oct 07:42
Compare
Choose a tag to compare
Better error reporting (#3)

Output better error reporting when a package cant be loaded, rather than output a blank *.proto file. The package.Load() error did not contain any useful information about failed package loads, they must be fetched at a lower level. Additionally added some more documentation, hopefully to make it easier for new users to use this.

v0.0.1

21 Mar 07:07
Compare
Choose a tag to compare
add filter flag support