2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-06 03:20:38 +00:00
loop/rpc/gen_protos.sh

8 lines
241 B
Bash
Raw Normal View History

2019-03-06 20:13:50 +00:00
#!/bin/sh
# Generate the protos.
protoc -I/usr/local/include -I.\
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--go_out=plugins=grpc,paths=source_relative:. \
server.proto