Skip to content

Commit

Permalink
pkg: change function comments to fix the linux-amd64-fmt build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
YoyinZyc committed Sep 24, 2019
1 parent 86cbfce commit 4066a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/traceutil/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func New(op string, fields ...Field) *Trace {
return &Trace{operation: op, startTime: time.Now(), fields: fields}
}

// traceutil.TODO() returns a non-nil, empty Trace
// traceutil.TODO returns a non-nil, empty Trace
func TODO() *Trace {
return &Trace{}
}
Expand Down

0 comments on commit 4066a9a

Please sign in to comment.