From 8d1a704d6f41b5f08aabc276d1476266f51c5b63 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Oct 2025 05:10:17 -0500 Subject: move go-args back to the application code --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d5b734..656758e 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,13 @@ clean: -rm -f go.* go-mod-clean purge +redomod: + rm -f go.* + goimports -w *.go + GO111MODULE= go mod init + GO111MODULE= go mod tidy + + # fixes your numbers if you move things around # THIS TOTALLY BREAKS THE POINT OF PROTOBUF # To work around that breaking, you must change the version -- cgit v1.2.3