summaryrefslogtreecommitdiff
path: root/testautogen
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 11:21:56 -0600
committerJeff Carr <[email protected]>2024-11-29 11:21:56 -0600
commitba981d6bb2f31fae2c983e81da0c654f2b4f1593 (patch)
treea82e5e9259a097c483c2433c1f3c45fa61172696 /testautogen
parent8158a66db580bcfbb89c1d51002b1d07c15fa960 (diff)
only sort keys left
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testautogen')
-rw-r--r--testautogen/Makefile2
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