Skip to content

Releases: jnovack/flag

v1.16.0

02 Apr 13:57
c72e11c
Compare
Choose a tag to compare

This version will only work with go1.16 and above.

BREAKING CHANGES
The io/ioutil package has been removed from 1.16, and all references updated.

FEATURES ADDED
The new Func() function allows registering a flag implemented by calling a function, as a lighter-weight alternative to implementing the Value interface.