forked from r00t2/gosecret
1
0
Fork 0

docs update; clarification

This commit is contained in:
brent s. 2021-12-15 02:27:20 -05:00
parent 5b3328f2b9
commit fa3061ee7a
Signed by untrusted user: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package gosecret

import (
`github.com/godbus/dbus/v5`
"github.com/godbus/dbus/v5"
)

// Constants for use with gosecret.
@ -30,6 +30,7 @@ const (

// Libsecret/SecretService special values.
var (
// DbusRemoveAliasPath is used to remove an alias from a Collection and/or Item.
DbusRemoveAliasPath dbus.ObjectPath = dbus.ObjectPath("/")
)