diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -273,6 +273,7 @@ func findMergeToDevel() *gitpb.Repos { log.Printf("devel branch check. %d total repos. (%d ok) (%d not on devel branch) (%s)\n", total, count, nope, shell.FormatDuration(time.Since(now))) return found } + func findMergeToMaster() *gitpb.Repos { found := new(gitpb.Repos) |
