about summary refs log tree commit diff stats
path: root/myCovidCLI.go
Commit message (Collapse)AuthorAgeFilesLines
* Change module pathAndinus2020-05-281-1/+1
|
* Update import pathAndinus2020-05-281-1/+1
|
* Initialize variables properlyAndinus2020-05-281-10/+15
|
* Print error to stderrAndinus2020-05-281-3/+3
|
* Format the codeAndinus2020-05-281-133/+129
| | | | Format the code with `go fmt`.
* Update and rename parse.go to myCovidCLI.goCodeCarefully2020-05-281-0/+138
Added a lot more resilience (Find the latest csv, instead of guessing) Added "Recovered" Added "Still sick" Removed Italy Removed unused code