github.com/google/go-cmp/cmp.pathFilter.fnc (field)
4 uses
github.com/google/go-cmp/cmp (current package)
options.go#L121: return &pathFilter{fnc: f, opt: opt}
options.go#L128: fnc func(Path) bool
options.go#L133: if f.fnc(s.curPath) {
options.go#L140: return fmt.Sprintf("FilterPath(%s, %v)", function.NameOf(reflect.ValueOf(f.fnc)), f.opt)
![]() |
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. |