summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-24 03:00:55 -0600
committerJeff Carr <[email protected]>2024-12-24 03:00:55 -0600
commit778de10e871c5d25d9c746eb54f1752b7c124f6d (patch)
treeafe7411a5251f243ff185c55a921e7ae2cd23302 /main.go
parent2f7c1807a1e6fbc9c43c247c5374748ce0cecd79 (diff)
deprecate go specific stuff
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index 5ec2f5c..cb3b4a8 100644
--- a/main.go
+++ b/main.go
@@ -126,11 +126,6 @@ func main() {
done = true
}
- if argv.Do.RedoGoMod {
- doRedoGoMod()
- done = true
- }
-
if argv.Do.GitPull {
doGitPull()
done = true