github.com/google/go-cmp/cmp.valueNode.TransformerName (field)
5 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L114: if v.parent != nil && v.parent.TransformerName == "" {
report_compare.go#L169: if v.TransformerName != "" {
report_compare.go#L171: out = &textWrap{Prefix: "Inverse(" + v.TransformerName + ", ", Value: out, Suffix: ")"}
report_value.go#L46: TransformerName string // If non-empty, implies Value is populated
report_value.go#L75: parent.TransformerName = s.Name()
![]() |
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. |