You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Requested feature
Add builtin custom matcher function
Why the feature is needed
Currently, we should implement Matcher interface in our own code, and it can be useful to provide the ability to create custom matcher using a function in the lib.
Proposed solution
We can create a constructor function, that accepts fmt.Stringer, a match function and returns a new matcher.
Requested feature
Add builtin custom matcher function
Why the feature is needed
Currently, we should implement Matcher interface in our own code, and it can be useful to provide the ability to create custom matcher using a function in the lib.
Proposed solution
We can create a constructor function, that accepts
fmt.Stringer
, a match function and returns a new matcher.The text was updated successfully, but these errors were encountered: