forked from Silverfish/proton-bridge
fix: address review comments
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user