finish merging

This commit is contained in:
2023-01-30 23:03:08 -08:00
parent 38bc9bcf94
commit aa28e5b264
10 changed files with 49 additions and 197 deletions

View File

@@ -14,7 +14,7 @@ type Repo git.Repository
func main() {
year := time.Now().Year() - 1
authors := []string{"Groot"}
gfreq, err := commits.GlobalFrequencyChan(year, authors)
gfreq, err := commits.FrequencyChan(year, authors)
if err != nil {
panic(err)
}