diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 05:10:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 05:10:17 -0500 |
| commit | 8d1a704d6f41b5f08aabc276d1476266f51c5b63 (patch) | |
| tree | 46c6f81796b9ef351976debf2d8fe216fff56962 /Makefile | |
| parent | 7ef1d9192c366423f5e6bf2b68946aac5cdea336 (diff) | |
move go-args back to the application code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
