diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 11:21:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 11:21:56 -0600 |
| commit | ba981d6bb2f31fae2c983e81da0c654f2b4f1593 (patch) | |
| tree | a82e5e9259a097c483c2433c1f3c45fa61172696 /testautogen/Makefile | |
| parent | 8158a66db580bcfbb89c1d51002b1d07c15fa960 (diff) | |
only sort keys left
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testautogen/Makefile')
| -rw-r--r-- | testautogen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautogen/Makefile b/testautogen/Makefile index bd33133..534167e 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -6,7 +6,7 @@ test: vet all: clean test.pb.go run goimports vet run: - ../autogenpb --proto test.proto + ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag vet: @GO111MODULE=off go vet |
