package
0.0.0-20241009110248-5024c38313eb
Repository: https://github.com/limaechocharlie/cwb.git
Documentation: pkg.go.dev
# README
gRPC and Protobuf
running
# generate code
protoc --go_out=plugins=grpc:src/syml syml.proto
# run server
env GOPATH=$GOPATH:"$(pwd)" go run server.go
# run client
env GOPATH=$GOPATH:"$(pwd)" go run client.go