mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Adds the Gcal and Jira modules to the documentation
This commit is contained in:
@@ -78,7 +78,7 @@ func (widget *Widget) buildRepoCollection(repoData map[string]interface{}) []*Gi
|
||||
|
||||
for name, owner := range repoData {
|
||||
repo := NewGithubRepo(name, owner.(string))
|
||||
githubColl = append(githubRepos, repo)
|
||||
githubRepos = append(githubRepos, repo)
|
||||
}
|
||||
|
||||
return githubRepos
|
||||
|
||||
Reference in New Issue
Block a user