fix: add errors import for darwin

pull/160/head
ᴍᴏᴏɴD4ʀᴋ 2 years ago
parent cf234d40e9
commit ce415ff363
  1. 4
      internal/decrypter/decrypter_darwin.go

@ -1,5 +1,9 @@
package decrypter
import (
"errors"
)
var (
errSecurityKeyIsEmpty = errors.New("input [security find-generic-password -wa 'Chrome'] in terminal")
)

Loading…
Cancel
Save