1
0
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:
Chris Cummer
2018-05-10 11:22:21 -07:00
parent 2883741c21
commit 544d8c8db9
31 changed files with 677 additions and 45 deletions

View File

@@ -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