diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 12:35:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 12:35:12 -0600 |
| commit | 7a1b9608581ad4f2169198be1cbd30093beaa5b3 (patch) | |
| tree | 93d0c718c8f62ab13658bfd399e8876c63d6bc1e /testautogen | |
| parent | 45b343bee8b1b38ad89899f31624613925bb408e (diff) | |
marshal argv options
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 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 |
