cwalk icon indicating copy to clipboard operation
cwalk copied to clipboard

cwalk = Concurrent filepath.Walk replacement (Go)

Results 3 cwalk issues
Sort by recently updated
recently updated
newest added

The runs on my machine also indicates that this library is faster than walk. However the file count seems to be different: 1 ``` real 0m7,192s 495788 ``` 2 ```...

Expected: returning `filepath.SkipDir` will tell `cwalk` that I do not want to walk the directory that it just gave me. Actual: returning `filepath.SkipDir` skips the remainder of the current directory...

Hi. Thanks for this amazing library. It's really helpful. I was doing some tests to implement it in the project in which I work at this time. I figured out...