type testing.matcher
8 uses
testing (current package)
benchmark.go#L494: match *matcher
match.go#L16: type matcher struct {
match.go#L28: func newMatcher(matchString func(pat, str string) (bool, error), patterns, name string) *matcher {
match.go#L43: return &matcher{
match.go#L50: func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
match.go#L114: func (m *matcher) unique(parent, subname string) string {
testing.go#L1259: match *matcher
testing.go#L1278: func newTestContext(maxParallel int, m *matcher) *testContext {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |