Filesystem Walking: Cancellation, Pt. 2
After success in Pt. 1, Pt. 2 covers cancellation of the filesystem walker routine
After success in Pt. 1, Pt. 2 covers cancellation of the filesystem walker routine
Filesystem walking in Go docs & tutorials are usually targeted at learners. Lets dive deeper than tutorials to build a filesystem walker than can actually be used in my (or your) projects.