remove Stop method

Reimplement Walker instead of wrapping filepath.Walk.
This avoids a garbage goroutine if the user stops
calling Step without calling Stop. This, in turn,
makes Stop unnecessary. The caller can simply break
out of the loop when they want to stop.
2 files changed
tree: 20cc5e63103939e75635c8ebd853fac45fe386b5
  1. example_test.go
  2. LICENSE
  3. Readme
  4. walk.go
  5. walk_test.go