diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 11:32:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 11:32:27 -0600 |
| commit | 07e556e3799f815958c7c097686d6ba7176bbe33 (patch) | |
| tree | 177657acc18eb928ccc646d09b6a237d85d764f4 /testautogen | |
| parent | ba981d6bb2f31fae2c983e81da0c654f2b4f1593 (diff) | |
maybe this will be useful. don't know
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 534167e..4cde6ea 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -6,7 +6,7 @@ test: vet all: clean test.pb.go run goimports vet run: - ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag + ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" vet: @GO111MODULE=off go vet |
