diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 14:18:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 14:18:35 -0600 |
| commit | 678cb67c9be01a4a785ff24065d5b68e869a770e (patch) | |
| tree | 8740e50a4b925e64e8dba877290760d9a21074b1 /testautogen | |
| parent | 98b366e2df3da8771a4840136d4b671658025c47 (diff) | |
fix Append() logic
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testautogen')
| -rw-r--r-- | testautogen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testautogen/Makefile b/testautogen/Makefile index a1bf723..476e3d0 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -6,8 +6,8 @@ test: vet all: clean test.pb.go forgeConfig.pb.go run run: - ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Refname - ../autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --append GoPath + ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Subject + ../autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" # --append GoPath vet: @GO111MODULE=off go vet |
