remove unnecessary tag

master
kevin 4 years ago
parent 92e60a5777
commit 797a90ae7d

@ -12,7 +12,7 @@ type tracingEntry struct {
logEntry
Trace string `json:"trace,omitempty"`
Span string `json:"span,omitempty"`
ctx context.Context `json:"-"`
ctx context.Context
}
func (l tracingEntry) Error(v ...interface{}) {

Loading…
Cancel
Save