change NoOpDoer type just to Doer
This commit is contained in:
parent
3bc5f0a127
commit
0b2b73ce4a
|
@ -70,4 +70,4 @@ func (noOpDoer) Do(sub func(ctx Context)) {
|
|||
}
|
||||
|
||||
// NoOpDoer is a Doer that just passes an empty context to the caller of Do.
|
||||
var NoOpDoer = noOpDoer{}
|
||||
var NoOpDoer Doer = noOpDoer{}
|
||||
|
|
Loading…
Reference in New Issue