youta-t / its

its a matcher library for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`its.ClosedChan` can not be `its.Matcher[chan T]`

youta-t opened this issue · comments

ClosedChan[T] is always Matcher[<-chan T].

However,chan T can be received. It should be tested with ClosedChan.
ClosedChan should be also Matcher[chan T].