Allow skipping an entry expansion in tree.Walk() #838

Merged
lhchavez merged 1 commits from tree-walk-skip into main 2021-09-30 11:24:49 -05:00

1 Commits

Author SHA1 Message Date
lhchavez 6b2c144271 Allow skipping an entry expansion in `tree.Walk()`
It is now possible to skip expanding an entry in `tree.Walk()` by
returning `TreeWalkSkip`, in addition to stopping altogether by
returning a non-nil error.

Fixes: #837
2021-09-30 08:39:59 -07:00