Is implements errors.Is.
(target error)
| 711 | |
| 712 | // Is implements errors.Is. |
| 713 | func (e formatError) Is(target error) bool { |
| 714 | return e.msg == target.Error() |
| 715 | } |
| 716 | |
| 717 | // stringArgList implements the formatListArgs interface. |
| 718 | type stringArgList struct { |