mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
update parse dep to prefer mgconfig
This commit is contained in:
@@ -17,7 +17,7 @@ func main() {
|
||||
aName, _ := commits.GetAuthorName()
|
||||
aEmail, _ := commits.GetAuthorEmail()
|
||||
authors := []string{aName, aEmail}
|
||||
mr, err := commits.GetMRRepos()
|
||||
mr, err := commits.GetRepos()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user