Skip to content

Commit

Permalink
Run 'go fmt' with go1.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
DocLambda committed Oct 6, 2021
1 parent f697ddc commit 4174f16
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions keychain.go
@@ -1,3 +1,4 @@
//go:build darwin && cgo
// +build darwin,cgo

package keyring
Expand Down
1 change: 1 addition & 0 deletions keychain_test.go
@@ -1,3 +1,4 @@
//go:build darwin
// +build darwin

package keyring
Expand Down
1 change: 1 addition & 0 deletions kwallet.go
@@ -1,3 +1,4 @@
//go:build linux
// +build linux

package keyring
Expand Down
1 change: 1 addition & 0 deletions libsecret.go
@@ -1,3 +1,4 @@
//go:build linux
// +build linux

package keyring
Expand Down
1 change: 1 addition & 0 deletions libsecret_test.go
@@ -1,3 +1,4 @@
//go:build linux
// +build linux

package keyring
Expand Down
1 change: 1 addition & 0 deletions pass.go
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows

package keyring
Expand Down
1 change: 1 addition & 0 deletions pass_test.go
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows

package keyring
Expand Down
1 change: 1 addition & 0 deletions wincred.go
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

package keyring
Expand Down
1 change: 1 addition & 0 deletions wincred_test.go
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

package keyring_test
Expand Down

0 comments on commit 4174f16

Please sign in to comment.