The goal is to demonstrate parallel file compression with Golang. To traverse the directory tree, I’ll implement a Depth-First Search algorithm. This will be the skeleton of the compression algorithm. The next step is to add file compression, luckily, Go has great support for compression.
Sort: