We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 610e85f + 53aef37 commit 2a11960Copy full SHA for 2a11960
keyring_windows.go
@@ -1,8 +1,9 @@
1
package keyring
2
3
import (
4
- "github.com/danieljoos/wincred"
5
"syscall"
+
6
+ "github.com/danieljoos/wincred"
7
)
8
9
type windowsKeychain struct{}
secret_service/secret_service.go
@@ -4,6 +4,7 @@ import (
"fmt"
"errors"
dbus "github.com/godbus/dbus/v5"
10
0 commit comments