bbkane / fling

File/directory symlinker similar to GNU Stow. Manages dotfiles well
MIT License
28 stars 3 forks source link

Remove godirwalk in favor of stdlib #13

Open bbkane opened 11 months ago

bbkane commented 11 months ago

https://engineering.kablamo.com.au/posts/2021/quick-comparison-between-go-file-walk-implementations/

I also probably need to sort fileInfo stuff to make them easily comparable in tests if I switch to an unordered filewalking function