-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Feiyi Wang edited this page May 19, 2020
·
1 revision
- it is subcommand based,
main.go
is the entry point which dispatches tocmd
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.