Skip to content

v1.12.0

Choose a tag to compare

@fatih fatih released this 25 Oct 08:03
d4b34d8

This release uses flag.CommandLine.Parse() instead of flag.Parse() to check for errors during flag parsing. This let us catch re-defined flag names.

Related changes: #75