`keyring.FileBackend` should return `ErrKeyNotFound` for `Remove()` when the key is not present
Ouverte
- Langage dominant
- Go
- Étoiles
- 657
- Forks
- 155
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
When using `keyring.FileBackend` and you try to remove a key that doesn't exist, it returns an `fs.ErrNotExist` instead of `ErrKeyNotFound` like other backends.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.