This commit is contained in:
Łukasz Magiera 2021-03-05 21:33:36 +01:00
parent 58e49e3259
commit a4a21b5b89

View File

@ -12,10 +12,6 @@ import (
var log = logging.Logger("cli")
const (
metadataTraceContext = "traceContext"
)
// custom CLI error
type ErrCmdFailed struct {