diff options
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 |
