mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
.. | ||
bbgo_grpc.pb.go | ||
bbgo.pb.go | ||
bbgo.proto | ||
README.md |
Protocol Buffers
Generate code
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
cd <bbgo>/pkg/protobuf
protoc -I=. --go_out=. bbgo.proto