I'm using WalkDir
and eventually hitting a directory that is an error. I know how to recover from that error so that WalkDir
can continue into it, but I'm not sure how to tell WalkDir
how to do that.
If the entry the Iterator yeilds is an error, then how can I implement logic to tell it how to recover?