mirror of
https://github.com/taigrr/gico.git
synced 2026-04-01 18:58:59 -07:00
revert back to chan
This commit is contained in:
@@ -25,7 +25,7 @@ func main() {
|
||||
fmt.Println("found no repos!")
|
||||
os.Exit(1)
|
||||
}
|
||||
gfreq, err := mr.Frequency(year, authors)
|
||||
gfreq, err := mr.FrequencyChan(year, authors)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user