Searched defs:myErrorIs (Results 1 – 1 of 1) sorted by relevance
181 type myErrorIs struct{ error } struct183 func (e myErrorIs) Is(target error) bool { return target == e.error }