Files
Dominik Schulz 4dfb6492d8 Update deps. Bump to Go 1.19 (#2296)
RELEASE_NOTES=[CLEANUP] Use Go 1.19

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2022-08-02 21:41:43 +02:00

15 lines
609 B
Go

// Package gopass contains the public gopass API.
//
// WARNING: This package is incomplete and unstable. DO NOT USE!
//
// Feel free to report feedback on API design and missing features but please
// note that bug reports will be silently ignored and the API WILL CHANGE
// WITHOUT NOTICE until this note is gone.
//
// If you want to try it anyway please look at the following examples:
// * https://github.com/gopasspw/gopass-hibp
// * https://github.com/gopasspw/gopass-jsonapi
// * https://github.com/gopasspw/git-credential-gopass
// * https://github.com/gopasspw/gopass-summon-provider
package gopass