Skip to content

Commit ae7d7ea

Browse files
committed
update protoc
1 parent 3e333d8 commit ae7d7ea

File tree

3 files changed

+218
-202
lines changed

3 files changed

+218
-202
lines changed

protobuf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ all: gen
33
.PHONY : gen
44

55
gen:
6-
protoc seaweed_raft.proto --go_out=plugins=grpc:. --go_opt=paths=source_relative
6+
protoc seaweed_raft.proto --go_out=. --go-grpc_out=. --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative

protobuf/seaweed_raft.pb.go

Lines changed: 4 additions & 201 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)