change module name

changing module name to `gosecret` for V2.
This commit is contained in:
brent s
2021-11-21 23:05:13 -05:00
parent e298633935
commit bdee0ea110
10 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
package libsecret
package gosecret
// NewSecret returns a pointer to a new Secret based on a Session, parameters, (likely an empty byte slice), a value, and the MIME content type.
func NewSecret(session *Session, params []byte, value []byte, contentType string) (secret *Secret) {