diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 12:59:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 12:59:26 -0600 |
| commit | 4b64696a291e437c4d7219318000636dbda8a0f9 (patch) | |
| tree | 125eb780f34666e4225e4e3a78850bdcccda8c23 /testautogen | |
| parent | bdd91505e06af763437a4d6a53a0796f73556e38 (diff) | |
unique tag setting for Append()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testautogen')
| -rw-r--r-- | testautogen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
