mirror of
https://github.com/gopasspw/gopass.git
synced 2026-05-30 11:18:48 +02:00
5f641484ba
RELEASE_NOTES=n/a Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
4 lines
269 B
Go
4 lines
269 B
Go
// Package backend implements a registry to register differnet plugable backends for encryption and storage (incl. version control).
|
|
// The actual backends are implemented in the subpackages. They register themselves in the registry with blank imports.
|
|
package backend
|