diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 13:35:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 13:35:13 -0600 |
| commit | 908c9056751fb5ed372af962db7869fb2a7faf6a (patch) | |
| tree | b2f259c9edadc6d6f5264d7508651405f4163b62 /testautogen | |
| parent | 4b64696a291e437c4d7219318000636dbda8a0f9 (diff) | |
added Delete<Key>() ?
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 0e85afd..4bbcdef 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -3,7 +3,7 @@ BUILDTIME = $(shell date +%Y.%m.%d) test: vet -all: clean test.pb.go run vet +all: clean test.pb.go run run: ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Refname |
