remove unnecessary tag

This commit is contained in:
kevin
2020-09-21 22:41:14 +08:00
parent 92e60a5777
commit 797a90ae7d

View File

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