func walkSlice()

in walk.go [56:58]


func walkSlice(sVal reflect.Value, expandPaths bool, wo walkObserver) error {
	return walkFullSlice(sVal, reflect.ValueOf(map[string]interface{}{}), llpath.Path{}, expandPaths, wo)
}