checking in - all basic funcs in place; add a few more then v1 merge

This commit is contained in:
2021-12-06 03:24:55 -05:00
parent 1d093627f6
commit 0fc0e0c269
16 changed files with 541 additions and 193 deletions

View File

@@ -3,7 +3,7 @@ package gosecret
import (
`strings`
`github.com/godbus/dbus`
`github.com/godbus/dbus/v5`
)
// isPrompt returns a boolean that is true if path is/requires a prompt(ed path) and false if it is/does not.