github.com/google/go-cmp/cmp.transform.trans (field)
7 uses
github.com/google/go-cmp/cmp (current package)
options.go#L308: } else if tr == t.trans {
path.go#L139: ssPre = append(ssPre, s.trans.name+"(")
path.go#L291: trans *transformer
path.go#L296: func (tf Transform) String() string { return fmt.Sprintf("%s()", tf.trans.name) }
path.go#L299: func (tf Transform) Name() string { return tf.trans.name }
path.go#L302: func (tf Transform) Func() reflect.Value { return tf.trans.fnc }
path.go#L306: func (tf Transform) Option() Option { return tf.trans }
![]() |
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. |