change module name
changing module name to `gosecret` for V2.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user