mirror of
https://github.com/gopasspw/gopass.git
synced 2026-05-30 11:18:48 +02:00
4dfb6492d8
RELEASE_NOTES=[CLEANUP] Use Go 1.19 Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
15 lines
609 B
Go
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
|