fix: add errors import for darwin

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-08-14 23:38:50 +08:00
parent cf234d40e9
commit ce415ff363
+4
View File
@@ -1,5 +1,9 @@
package decrypter
import (
"errors"
)
var (
errSecurityKeyIsEmpty = errors.New("input [security find-generic-password -wa 'Chrome'] in terminal")
)