added some experimental code using grpc

This commit is contained in:
2024-11-12 22:59:37 +09:00
commit f02536bf24
13 changed files with 1835 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
hodu.proto
go build -x -o hodu