Releases: fiorix/wsdl2go
Releases · fiorix/wsdl2go
v1.4.5
v1.4.4
v1.4.3
v1.4.1
v1.4
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