Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 247 Bytes

File metadata and controls

23 lines (15 loc) · 247 Bytes

install

protoc-gen-gmsec

build

protoc --proto_path="./apidoc/proto/hello/" --gmsec_out=plugins=gmsec:./rpc/ hello.proto
go build hello.go main.go

server

 ./hello -tag=server

client

 ./hello -tag=client