change NoOpDoer type just to Doer

This commit is contained in:
faiface 2016-12-04 23:58:19 +01:00
parent 3bc5f0a127
commit 0b2b73ce4a
1 changed files with 1 additions and 1 deletions

View File

@ -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{}