type github.com/google/go-cmp/cmp.Path
11 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L171: curPath Path // The current path in the value tree
compare.go#L605: func (rc *recChecker) Check(p Path) {
options.go#L118: func FilterPath(f func(Path) bool, opt Option) Option {
options.go#L130: fnc func(Path) bool
path.go#L26: type Path []PathStep
path.go#L70: func (pa *Path) push(s PathStep) {
path.go#L74: func (pa *Path) pop() {
path.go#L81: func (pa Path) Last() PathStep {
path.go#L90: func (pa Path) Index(i int) PathStep {
path.go#L106: func (pa Path) String() string {
path.go#L121: func (pa Path) GoString() string {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)