From 778de10e871c5d25d9c746eb54f1752b7c124f6d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 24 Dec 2024 03:00:55 -0600 Subject: deprecate go specific stuff --- main.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main.go') 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 -- cgit v1.2.3