testing.matcher.filter (field)
5 uses
testing (current package)
match.go#L17: filter []string
match.go#L44: filter: filter,
match.go#L67: if i >= len(m.filter) {
match.go#L70: if ok, _ := m.matchFunc(m.filter[i], s); !ok {
match.go#L74: return name, true, len(elem) < len(m.filter)
![]() |
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. |