confer
confer copied to clipboard
fixed pflags binding bug
Set() and Get() weren't compatible. Removed spurious(?) strings.ToLower(key).
Doesn't seem like it would break any existing behavior.
It looks like it's failing a test. The strings.ToLower isn't spurious - it's there for case-insensitive lookups.
I think what might be missing is a strings.ToLower in the Set method.