Skip to content

Commit

Permalink
Merge pull request #68 from zalando/feature/bsd
Browse files Browse the repository at this point in the history
add more unix build targets, than just linux
  • Loading branch information
szuecs authored Feb 22, 2022
2 parents 5267aaa + 8afa75b commit 0ab3fca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion keyring_linux.go → keyring_unix.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
//go:build dragonfly || freebsd || linux || netbsd || openbsd
// +build dragonfly freebsd linux netbsd openbsd

package keyring

import (
"fmt"

dbus "github.com/godbus/dbus/v5"
"github.com/zalando/go-keyring/secret_service"
ss "github.com/zalando/go-keyring/secret_service"
)

type secretServiceProvider struct{}
Expand Down

0 comments on commit 0ab3fca

Please sign in to comment.