diff options
| author | Jeff Carr <[email protected]> | 2024-12-24 03:00:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-24 03:00:55 -0600 |
| commit | 778de10e871c5d25d9c746eb54f1752b7c124f6d (patch) | |
| tree | afe7411a5251f243ff185c55a921e7ae2cd23302 /main.go | |
| parent | 2f7c1807a1e6fbc9c43c247c5374748ce0cecd79 (diff) | |
deprecate go specific stuff
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -126,11 +126,6 @@ func main() { done = true } - if argv.Do.RedoGoMod { - doRedoGoMod() - done = true - } - if argv.Do.GitPull { doGitPull() done = true |
