File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ type LogSink interface {
467
467
WithName (name string ) LogSink
468
468
}
469
469
470
- // CallDepthLogSink represents a Logger that knows how to climb the call stack
470
+ // CallDepthLogSink represents a LogSink that knows how to climb the call stack
471
471
// to identify the original call site and can offset the depth by a specified
472
472
// number of frames. This is useful for users who have helper functions
473
473
// between the "real" call site and the actual calls to Logger methods.
@@ -492,7 +492,7 @@ type CallDepthLogSink interface {
492
492
WithCallDepth (depth int ) LogSink
493
493
}
494
494
495
- // CallStackHelperLogSink represents a Logger that knows how to climb
495
+ // CallStackHelperLogSink represents a LogSink that knows how to climb
496
496
// the call stack to identify the original call site and can skip
497
497
// intermediate helper functions if they mark themselves as
498
498
// helper. Go's testing package uses that approach.
You can’t perform that action at this time.
0 commit comments