type github.com/google/go-cmp/cmp.Path

11 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L169: 	curPath   Path        // The current path in the value tree
		compare.go#L603: 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#L65: func (pa *Path) push(s PathStep) {
		path.go#L69: func (pa *Path) pop() {
		path.go#L75: func (pa Path) Last() PathStep {
		path.go#L83: func (pa Path) Index(i int) PathStep {
		path.go#L99: func (pa Path) String() string {
		path.go#L114: func (pa Path) GoString() string {