1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Remove extra package.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-02-09 13:03:40 -08:00
parent f4a0e81b0b
commit a701e3c310
5 changed files with 20 additions and 24 deletions
+2 -2
View File
@@ -16,6 +16,6 @@ type Helper interface {
Get(serverURL string) (string, string, error)
}
// Standarize the not found error, so every helper returns
// ErrCredentialsNotFound standarizes the not found error, so every helper returns
// the same message and docker can handle it properly.
var NotFoundError = errors.New("credentials not found in native keychain")
var ErrCredentialsNotFound = errors.New("credentials not found in native keychain")