mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
revert back to chan
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user