diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 14:37:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 14:37:32 -0600 |
| commit | 87c3ec310075e4dec692590d02d7516e34275968 (patch) | |
| tree | 4b383e3fadbf67ab160bdd51a3166572f069e5f3 | |
| parent | 84a042cb15b456e5e7c37fbc922395becf7f071d (diff) | |
autogenpb sort and marshal files
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ install: make -C forgeConfig install autogenpb: - autogenpb --proto forgeConfig.proto --lobase forgeConfig --upbase ForgeConfig --sort "ByPath,GoPath" --marshal ForgeConfigs --append GoPath + autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --marshal ForgeConfigs forgeConfig.pb.go: forgeConfig.proto # I'm using version v1.35.x from google.golang.org/protobuf/cmd/protoc-gen-go |
