Skip to content

Commit

Permalink
chor: Run 'goimports -w ./..'
Browse files Browse the repository at this point in the history
Signed-off-by: Erdal TAŞKESEN <[email protected]>
  • Loading branch information
erdaltsksn committed Jul 13, 2022
1 parent def2add commit 53aef37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyring_windows.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package keyring

import (
"github.com/danieljoos/wincred"
"syscall"

"github.com/danieljoos/wincred"
)

type windowsKeychain struct{}
Expand Down
1 change: 1 addition & 0 deletions secret_service/secret_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"

"errors"

dbus "github.com/godbus/dbus/v5"
)

Expand Down

0 comments on commit 53aef37

Please sign in to comment.