chore: upgrade linter
This commit is contained in:
parent
5841c9a7a5
commit
03b08d67f0
3 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,7 @@ func (n MockSpan) Tracer() opentracing.Tracer { retu
|
|||
func (n MockSpan) LogEvent(event string) {}
|
||||
func (n MockSpan) LogEventWithPayload(event string, payload interface{}) {}
|
||||
func (n MockSpan) Log(data opentracing.LogData) {}
|
||||
func (n MockSpan) Reset() {
|
||||
func (n *MockSpan) Reset() {
|
||||
n.Tags = make(map[string]interface{})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue