type github.com/google/go-cmp/cmp.StructField
11 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L380: step := StructField{&structField{}}
path.go#L62: _ PathStep = StructField{}
path.go#L109: if _, ok := s.(StructField); ok {
path.go#L136: case StructField:
path.go#L180: type StructField struct{ *structField }
path.go#L195: func (sf StructField) Type() reflect.Type { return sf.typ }
path.go#L196: func (sf StructField) Values() (vx, vy reflect.Value) {
path.go#L209: func (sf StructField) String() string { return fmt.Sprintf(".%s", sf.name) }
path.go#L212: func (sf StructField) Name() string { return sf.name }
path.go#L216: func (sf StructField) Index() int { return sf.idx }
report_value.go#L57: case StructField:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)