mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
add buffered channel methods
This commit is contained in:
@@ -14,7 +14,7 @@ type Repo git.Repository
|
||||
func main() {
|
||||
year := time.Now().Year() - 1
|
||||
authors := []string{"Groot"}
|
||||
gfreq, err := commits.GlobalFrequency(year, authors)
|
||||
gfreq, err := commits.GlobalFrequencyChan(year, authors)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user