Version
1.67.0
Describe the bug
DeleteKey does not work correctly with uppercase keys
To reproduce
sec.DeleteKey("TestKey")
Expected behavior
Does not delete from the file
Additional context
Workaround:
sec.DeleteKey( strings.ToLower(Key) )
Code of Conduct
Version
1.67.0
Describe the bug
DeleteKey does not work correctly with uppercase keys
To reproduce
sec.DeleteKey("TestKey")
Expected behavior
Does not delete from the file
Additional context
Workaround:
sec.DeleteKey( strings.ToLower(Key) )Code of Conduct