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