implement metrics, logging and tracing

This commit is contained in:
David Christofas
2020-03-16 16:55:10 +01:00
parent 35141c8e09
commit 06151de3f4
7 changed files with 110 additions and 291 deletions
+3
View File
@@ -4,5 +4,8 @@ package main
import (
_ "github.com/UnnoTed/fileb0x"
_ "github.com/cespare/reflex"
_ "github.com/kballard/go-shellquote"
_ "github.com/ogier/pflag"
_ "github.com/restic/calens"
)