Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 172 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 172 Bytes

Run

go run main.go -dir <PATH_TO_YOUR_DIRECTORY> -worker <WORKERS_COUNT>

Build

go build main.go
./main  -dir <PATH_TO_YOUR_DIRECTORY> -worker <WORKERS_COUNT>