corbym / gocrest

GoCrest - Hamcrest-like matchers for Go
BSD 3-Clause "New" or "Revised" License
102 stars 6 forks source link

is.Nil fails when the actual is a slice and its zero-value is not comparable to a pointer's zero-value. #2

Closed corbym closed 3 years ago

corbym commented 3 years ago

https://github.com/amahdavian/async-event-bus/issues/1#issuecomment-744096801

corbym commented 3 years ago

fixed in master