From 07e556e3799f815958c7c097686d6ba7176bbe33 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 11:32:27 -0600 Subject: maybe this will be useful. don't know Signed-off-by: Jeff Carr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7939343..c6d6a61 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ run: clean build make -C testSort/ test: - ./autogenpb --proto test.proto + ./autogenpb --dry-run --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" vet: @GO111MODULE=off go vet -- cgit v1.2.3