make proto node

This commit is contained in:
Chris Lu
2021-08-21 13:36:52 -07:00
parent 172da83449
commit 5f6cc9a814
3 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
all: gen
.PHONY : gen
gen:
protoc bptree.proto --go_out=plugins=grpc:. --go_opt=paths=source_relative