Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a test to ensure SkipDir is supported. #1

Open
matryer opened this issue May 9, 2014 · 1 comment
Open

Write a test to ensure SkipDir is supported. #1

matryer opened this issue May 9, 2014 · 1 comment
Assignees

Comments

@matryer
Copy link
Member

matryer commented May 9, 2014

From the Go docs:


If there was a problem walking to the file or directory named by path, the incoming error will describe the problem and the function can decide how to handle that error (and Walk will not descend into that directory). If an error is returned, processing stops. The sole exception is that if path is a directory and the function returns the special value SkipDir, the contents of the directory are skipped and processing continues as usual on the next file.


Write a test to ensure SkipDir is supported.

@matryer
Copy link
Member Author

matryer commented Feb 26, 2015

NOTE: this is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants