Skip to content

Commit

Permalink
remove unnecessary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Sep 21, 2020
1 parent 92e60a5 commit 797a90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/logx/tracelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}) {
Expand Down

0 comments on commit 797a90a

Please sign in to comment.