revert back to chan

This commit is contained in:
2023-02-08 18:38:03 -08:00
parent 9541470633
commit 569422c1fd

View File

@@ -25,7 +25,7 @@ func main() {
fmt.Println("found no repos!") fmt.Println("found no repos!")
os.Exit(1) os.Exit(1)
} }
gfreq, err := mr.Frequency(year, authors) gfreq, err := mr.FrequencyChan(year, authors)
if err != nil { if err != nil {
panic(err) panic(err)
} }