fix: address review comments

This commit is contained in:
James Houlahan
2020-04-21 07:17:50 +00:00
parent febdf98349
commit 1457005f86
31 changed files with 88 additions and 104 deletions

View File

@ -23,8 +23,8 @@ import (
"strings"
"sync"
"github.com/ProtonMail/proton-bridge/pkg/logs"
"github.com/docker/docker-credential-helpers/credentials"
"github.com/sirupsen/logrus"
)
const (
@ -32,7 +32,7 @@ const (
)
var (
log = logs.GetLogEntry("bridgeUtils/keychain") //nolint[gochecknoglobals]
log = logrus.WithField("pkg", "bridgeUtils/keychain") //nolint[gochecknoglobals]
ErrWrongKeychainURL = errors.New("wrong keychain base URL")
ErrMacKeychainRebuild = errors.New("keychain error -25293")