Skip to content
Feiyi Wang edited this page May 19, 2020 · 1 revision

Directory layout

  • it is subcommand based, main.go is the entry point which dispatches to cmd directory, which has all the supported subcommands.
  • pool provides core implementation of the worker pool.
  • fs provides a collection of file system functions, including the directory walk capability.
  • util provides any other non-fs related utility functions.

File copy

Clone this wiki locally