Compare commits

..

No commits in common. "4b70470a86528246a7cd1c3bd7e1f9c40f686fda" and "d3cb16cefb6f237cb816f84e57ee984dbec65adf" have entirely different histories.

2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -93,6 +93,7 @@ func main() {
if err != nil {
log.Fatalf("failed to get data from alberta government website: %v", err)
}
fmt.Printf("As of %s Mountain Time (the real time)\n\n", cache.UpdatedDate.Format("2006 Jan 02 15:04:05"))
// CLI mode, print output to stdout
fmt.Println("Edmonton Active: ", cache.Data.ActiveCasesEdmonton)
fmt.Println("Edmonton Total: ", cache.Data.TotalCasesEdmonton)