gopass/pkg/debug/doc.go
Dominik Schulz ff349772ac
Reduce dependencies on internal packages (#1707)
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>
2021-01-13 18:21:09 +01:00

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