diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -1,25 +1,6 @@ -all: autogenpb goimports vet +all: goimports vet @echo This GO code passes the compile checks -# 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 config.proto - make goimports vet - -autogenpb: - autogenpb --proto config.proto - -generate: clean - go mod init - go mod tidy - go generate - -go-generate: - rm -f *.pb.go *.patch - goimports: goimports -w *.go |
