diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 22:32:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 22:32:25 -0600 |
| commit | 8fd63835353f23323b3fd7cdf25f1422a5a549b8 (patch) | |
| tree | a808e763cacb4554d86f1831767a7eab90eec00e /main.go | |
| parent | f7c9af9537fcd0f0e4c1559868b48966acc0c995 (diff) | |
runs kinda
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,7 @@ func main() { // which should be all the git repositories in ~/go/src & the .config file me.repos = makeRepoView() + if myargs.DumpVersions { gowit.DumpVersions(me.repos.View) os.Exit(0) @@ -140,6 +141,7 @@ func main() { me.release.guireleaser = repo } } + log.Info("repolist.ReposSortByName() found", repo.GoPath()) /* if repo.GoPath() == myargs.Repo { myrepo = repo |
