mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
Fix go lint issues.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@ import (
|
|||||||
|
|
||||||
type osxkeychain struct{}
|
type osxkeychain struct{}
|
||||||
|
|
||||||
|
// New creates a new osxkeychain.
|
||||||
func New() credentials.Helper {
|
func New() credentials.Helper {
|
||||||
return osxkeychain{}
|
return osxkeychain{}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user