#335 caller skip count. #337
@ -81,3 +81,9 @@ func WithName(n string) Option {
|
||||
o.Name = n
|
||||
}
|
||||
}
|
||||
|
||||
func WithIncCallerSkipCount(n int) Option {
|
||||
return func(o *Options) {
|
||||
o.CallerSkipCount += n
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user