From 7a1b9608581ad4f2169198be1cbd30093beaa5b3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 12:35:12 -0600 Subject: marshal argv options Signed-off-by: Jeff Carr --- testautogen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautogen/Makefile') diff --git a/testautogen/Makefile b/testautogen/Makefile index 576ea95..b0557a9 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -6,7 +6,7 @@ test: vet all: clean test.pb.go run vet run: - ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" + ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags vet: @GO111MODULE=off go vet -- cgit v1.2.3