-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
find-fast provides
--skip PATTERN
to skip entries
Ref: #53 Returning the special value `filepath.SkipDir` as an error token is supported by `filepath.Walk` and by `godirwalk.Walk` to configure the walk function to not descend further in the directory hierarchy of the current file system entry. This change updates the example find-fast program to demonstrate use of this token error value.
- Loading branch information
Karrick S. McDermott
committed
Aug 10, 2020
1 parent
99bb374
commit 1b74140
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters