test in-prog commit

This commit is contained in:
2023-01-30 01:04:17 -08:00
parent bf8d6ce94c
commit 01e529f62a

View File

@@ -40,6 +40,7 @@ func main() {
} }
} }
fmt.Println(freq) fmt.Println(freq)
week := freq[today-6 : today+1] week := freq[today-6 : today+1]
svg := svg.GetWeekSVG(week) svg := svg.GetWeekSVG(week)
svg.WriteTo(w) svg.WriteTo(w)