/cli-url-reader

Simple url reader

Primary LanguageGo

Simple CLI app

Read file with urls, for each URL, get the content and output its size and processing time.

How to use (after build)

# default args
# -maxretries=3 -maxworkers=10 input=input.txt

./cli-url-reader -maxretries=3 -maxworkers=10 input=input.txt