github.com/google/go-cmp/cmp.defaultReporter.curr (field)
8 uses
github.com/google/go-cmp/cmp (current package)
report.go#L20: curr *valueNode
report.go#L24: r.curr = r.curr.PushStep(ps)
report.go#L26: r.root = r.curr
report.go#L30: r.curr.Report(rs)
report.go#L33: r.curr = r.curr.PopStep()
report.go#L40: assert(r.root != nil && r.curr == nil)
![]() |
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. |