github.com/google/go-cmp/cmp.defaultReporter.root (field)
6 uses
github.com/google/go-cmp/cmp (current package)
report.go#L19: root *valueNode
report.go#L25: if r.root == nil {
report.go#L26: r.root = r.curr
report.go#L40: assert(r.root != nil && r.curr == nil)
report.go#L41: if r.root.NumDiff == 0 {
report.go#L45: text := formatOptions{}.FormatDiff(r.root, ptrs)
![]() |
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. |