diff options
| author | Jeff Carr <[email protected]> | 2024-12-02 05:13:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-02 05:13:17 -0600 |
| commit | cfb4fb61bfab6e6816c0080b47d6a6d4b935cea2 (patch) | |
| tree | 91be3748e0fb1c09cd0fa169d78ef65fc657fcb8 /main.go | |
| parent | 02f7ee387ff083d5c39b3d99ec9defe3e66e3700 (diff) | |
more rewriting of old code
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -154,6 +154,9 @@ func main() { } me.Enable() + // set all branches to master & findNext() + makePrepareRelease() + // intermittently scans the status indefinitly me.repos.View.Watchdog(func() { log.Info("In main()") |
