1
0
mirror of https://github.com/gopasspw/gopass.git synced 2020-06-03 16:52:30 +00:00
gopass/docs
Dominik Schulz 0cfa536d28
Add debug package (#1396)
This commit adds a new debug package to gopass.
It is heavily inspired by github.com/restic/restic/internal/debug
and adapted for the gopass use case.

This change allows to further trim down the source code since the
new package doesn't propagate the debug flag in the context anymore.
As such we can now omit passing ctx in most places.

In order to ensure we don't accidentially keep passing ununsed
parameters we also introduce unparam to check for extra arguments.

RELEASE_NOTES=[ENHANCEMENT] New Debug package

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2020-05-29 13:47:35 +02:00
..
backends.md Unexport more internal packages (#1377) 2020-05-22 18:26:01 +02:00
config.md Add debug package (#1396) 2020-05-29 13:47:35 +02:00
entropy.md Editing while reading (#890) 2018-08-11 07:17:35 +02:00
faq.md add sidenote how secrets with missing recipients can be fixed / reencrypted (#1269) 2020-04-24 17:35:11 +02:00
features.md Remove autoprint (#1386) 2020-05-25 21:17:53 +02:00
jsonapi.md Editing while reading (#890) 2018-08-11 07:17:35 +02:00
logo-small.png Cleanup travis config (#1389) 2020-05-26 07:47:05 +02:00
logo.png Cleanup travis config (#1389) 2020-05-26 07:47:05 +02:00
logo.svg Cleanup travis config (#1389) 2020-05-26 07:47:05 +02:00
security.md Singular they (#1258) 2020-04-24 17:43:38 +02:00
setup.md Clarify fish completion setup (#1360) 2020-05-14 22:09:14 +02:00
summon-provider.md Editing while reading (#890) 2018-08-11 07:17:35 +02:00