This commit is contained in:
TJ Horner 2019-02-28 12:01:26 -08:00
parent eb282f514e
commit c43596b012
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ It does basically the same thing as [this tool](https://www.npmjs.com/package/e6
It supports concurrently downloading posts, and you can set a maximum number of workers that should be downloading at a time.
I made this because I wanted to rewrite one of my previous projects in Go, so I decided to start with this one since it's a pretty small and simple command line tool.
I made this because I wanted to rewrite one of my previous projects in Go, so I decided to start with this one since it's a pretty small and simple command line tool that encapsulates a lot of concepts in the language (type definition, imports, goroutines, standard libraries, slices, to name a few).
## Installing, Building, etc.