type github.com/google/go-cmp/cmp.exporter
6 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L181: exporters []exporter // List of exporters for structs with unexported fields
compare.go#L208: case exporter:
options.go#L407: return exporter(f)
options.go#L410: type exporter func(reflect.Type) bool
options.go#L412: func (exporter) filter(_ *state, _ reflect.Type, _, _ reflect.Value) applicableOption {
options.go#L429: return exporter(func(t reflect.Type) bool { return m[t] })
![]() |
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. |