From fa3061ee7a5494cd500cfd9a5ec13434156cb209 Mon Sep 17 00:00:00 2001 From: brent s Date: Wed, 15 Dec 2021 02:27:20 -0500 Subject: [PATCH] docs update; clarification --- consts.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consts.go b/consts.go index 9fc11a8..82216c0 100644 --- a/consts.go +++ b/consts.go @@ -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("/") )