remove unnecessary tag

master
kevin 4 years ago
parent 92e60a5777
commit 797a90ae7d

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

Loading…
Cancel
Save