defaultMatcher implements the default matcher.
| 2 | |
| 3 | // defaultMatcher implements the default matcher. |
| 4 | type defaultMatcher struct{} |
| 5 | |
| 6 | // init registers the default matcher with the program. |
| 7 | func init() { |
nothing calls this directly
no outgoing calls
no test coverage detected