Skip to content

Commit ce415ff

Browse files
committed
fix: add errors import for darwin
1 parent cf234d4 commit ce415ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/decrypter/decrypter_darwin.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package decrypter
22

3+
import (
4+
"errors"
5+
)
6+
37
var (
48
errSecurityKeyIsEmpty = errors.New("input [security find-generic-password -wa 'Chrome'] in terminal")
59
)

0 commit comments

Comments
 (0)