From 4b64696a291e437c4d7219318000636dbda8a0f9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 12:59:26 -0600 Subject: unique tag setting for Append() 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 b0557a9..0e85afd 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" --marshal GitTags + ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Refname vet: @GO111MODULE=off go vet -- cgit v1.2.3