Skip to content

Latest commit

 

History

History

echo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Usage

go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
go install github.com/flare-rpc/flarego/protoc-gen-flarego@latest
  • Generate protobuf files
protoc --go_out=. --go_opt=paths=source_relative --flarego_out=. --flarego_opt=paths=source_relative  *.proto

For how to build server and client code, see server.go and client.go