diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1,6 +1,10 @@ all: goimports proto vet @echo This GO code passes the compile checks +proto-renumber: + autogenpb --renumber --proto argv.proto + make goimports vet + proto: autogenpb --proto argv.proto @@ -28,12 +32,3 @@ redomod: 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 -# also, all the wrapping code must support this. which it doesn't -proto-renumber: clean - autogenpb --renumber --proto argv.proto - make goimports vet |
