func walkMap()

in walk.go [51:53]


func walkMap(mVal reflect.Value, expandPaths bool, wo walkObserver) error {
	return walkFullMap(mVal, mVal, llpath.Path{}, expandPaths, wo)
}