99designs / keyring

Go library providing a uniform interface across a range of secure credential stores
MIT License
576 stars 135 forks source link

Return ErrKeyNotFound when removing missing keychain items #113

Closed georgijd-form3 closed 1 year ago

georgijd-form3 commented 2 years ago

The keychain Remove implementation returns gokeychain.ErrorItemNotFound instead of ErrKeyNotFound when the item is not found