diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 07:58:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 07:58:39 -0600 |
| commit | fbc3dae556b67cd93d6f8abbdee1f0c7293318ad (patch) | |
| tree | 2bedae46d02fcb4e4d9d4baa0352d1d08b743be3 /main.go | |
| parent | 9ef08346f81bf62a36b9f4146a2b272b54b8ac72 (diff) | |
improving the logic
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -45,24 +45,6 @@ func main() { fhelp.CheckGoModCleanExit() - /* - var bad bool = false - all := me.forge.Repos.SortByFullPath() - for all.Scan() { - repo := all.Next() - if repo.IsDevelBranch() { - continue - } - log.Info("not on devel branch:", repo.GetCurrentBranchName(), repo.GetDevelBranchName()) - log.Info("not on devel branch:", repo.GetFullPath()) - log.Info("you can not continue if repos are not on devel branches") - bad = true - } - if bad { - os.Exit(-1) - } - */ - // me.forge.ConfigPrintTable() os.Setenv("REPO_WORK_PATH", me.forge.GetGoSrc()) |
