We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf234d4 commit ce415ffCopy full SHA for ce415ff
1 file changed
internal/decrypter/decrypter_darwin.go
@@ -1,5 +1,9 @@
1
package decrypter
2
3
+import (
4
+ "errors"
5
+)
6
+
7
var (
8
errSecurityKeyIsEmpty = errors.New("input [security find-generic-password -wa 'Chrome'] in terminal")
9
)
0 commit comments