testing.matcher.subNames (field)
5 uses
testing (current package)
match.go#L21: subNames map[string]int64
match.go#L46: subNames: map[string]int64{},
match.go#L118: next, exists := m.subNames[name]
match.go#L120: m.subNames[name] = 1 // next count is 1
match.go#L125: m.subNames[name] = next + 1
![]() |
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. |