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

@ -25,7 +25,7 @@ import (
const WindowsCredentials = "windows-credentials"
func init() { // nolint[noinit]
Helpers = make(map[string]helper)
Helpers = make(map[string]helperConstructor)
// Windows always provides a keychain.
Helpers[WindowsCredentials] = newWinCredHelper