diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 00:33:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 00:33:17 -0600 |
| commit | 659bed891bc1aff56bc87e2de663fb63d2b1b81a (patch) | |
| tree | ef294fe40fb329edb4737148167da77f5d0663a8 /main.go | |
| parent | 10193b77f2e25cffaf37b7d3d287506a210d29ed (diff) | |
start making this tool useful
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ func main() { // processes any --list like options // may exit list() + scan() + os.Exit(0) if argv.RedoGoMod { repos := me.forge.Repos.SortByGoPath() |
