Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteToCSV ¶
Types ¶
type Country ¶
type Country struct {
Name string `csv:"country_other"`
TotalCases int `csv:"total_cases"`
NewCases int `csv:"new_cases"`
TotalDeaths int `csv:"total_deaths"`
NewDeaths int `csv:"new_deaths"`
TotalRecovered int `csv:"total_recovered"`
ActiveCases int `csv:"active_cases"`
SeriousCritical int `csv:"seriousor_critical"`
TotalCases1MPop int `csv:"total_cases_1m_pop"`
Deaths1MPop int `csv:"deaths_1m_pop"`
TotalTests int `csv:"total_tests"`
Tests1MPop int `csv:"tests_1m_pop"`
}
Click to show internal directories.
Click to hide internal directories.