mirror of
https://github.com/gopasspw/gopass.git
synced 2025-12-08 19:24:54 +00:00
This PR moves some packages from internal to pkg to increase the independence of binaries in cmd/ from internal packages further. RELEASE_NOTES=n/a Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
5 lines
149 B
Go
5 lines
149 B
Go
// Package debug provides logging of debug information.
|
|
//
|
|
// This package is heavily based on github.com/restic/restic/internal/debug
|
|
package debug
|