kevinconway / wrapgen

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

Fix reversed delim options #5

Closed kevinconway closed 6 years ago

kevinconway commented 6 years ago

The defaults worked with the sample templates but did not accurately document the settings or allow for overriding. This corrects the usage of Template.Delims to use (l,r) and corrects the default flag values to match what they were intended to be.