Ignore is an [Option] that causes all comparisons to be ignored. This value is intended to be combined with [FilterPath] or [FilterValues]. It is an error to pass an unfiltered Ignore option to [Equal].
()
| 196 | // This value is intended to be combined with [FilterPath] or [FilterValues]. |
| 197 | // It is an error to pass an unfiltered Ignore option to [Equal]. |
| 198 | func Ignore() Option { return ignore{} } |
| 199 | |
| 200 | type ignore struct{ core } |
| 201 |
no outgoing calls