autogenpb sort and marshal files
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
84a042cb15
commit
87c3ec3100
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue