v0.3.0
Changelog
1623891 GetDefaultClient func removed, you can use DefaultClient instead
cfc5989 Merge #21
a973d46 Run tests on push.
ae18316 Update README.md
458a674 add Name() func to get download path, and clean clean internal functions.
2bda5c3 add: ignore coverage file.
87cdd7a clean getNameFromHeader func.
820986f fix and add tests for getNameFromHeader
65b83a0 fix: change the width of progress based on terminal size
87a7baf fix: let got set default Dest path when no output flag passed.
c8dcac7 fix: now got can set default file name from content-disposition header #22
cc189ab fix: using mime pkg to get content disposition filename.
81149f0 fmt code.
72a11e5 replace slow test url.
e5b129f simplify flag descriptions and output.
54d5c74 sleep only on GET reqs
640e07f some tests added