const github.com/google/go-cmp/cmp.maxVerbosityPreset
4 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L82: const maxVerbosityPreset = 3
report_compare.go#L91: if i >= maxVerbosityPreset {
report_compare.go#L140: for i := 0; i <= maxVerbosityPreset && outx != nil && outy != nil && outx.Equal(outy); i++ {
report_compare.go#L344: for i := 0; i <= maxVerbosityPreset && outx != nil && outy != nil && outx.Equal(outy); i++ {
![]() |
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. |