Skip to content

Commit 2a11960

Browse files
authored
Merge pull request #76 from erdaltsksn-forks/chor/format
Format source code using go tooling
2 parents 610e85f + 53aef37 commit 2a11960

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

keyring_windows.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package keyring
22

33
import (
4-
"github.com/danieljoos/wincred"
54
"syscall"
5+
6+
"github.com/danieljoos/wincred"
67
)
78

89
type windowsKeychain struct{}

secret_service/secret_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"fmt"
55

66
"errors"
7+
78
dbus "github.com/godbus/dbus/v5"
89
)
910

0 commit comments

Comments
 (0)