fix: address review comments

This commit is contained in:
James Houlahan
2021-01-04 16:16:48 +01:00
parent 082a803e47
commit e50d1d01da
4 changed files with 7 additions and 6 deletions

View File

@ -31,7 +31,7 @@ const (
)
func init() { // nolint[noinit]
Helpers = make(map[string]helper)
Helpers = make(map[string]helperConstructor)
// MacOS always provides a keychain.
Helpers[MacOSKeychain] = newMacOSHelper