Skip to content

v1.4

Compare
Choose a tag to compare
@fiorix fiorix released this 24 Mar 05:14
· 99 commits to master since this release

Generate public interface type instead of struct, and constructor returns interface.

The struct with the implementation is generated at the bottom, after the types. It contains some repetitive code not interesting to humans. Code reads better and having the interface makes it easier to test.

Thanks @adriantam