From 30944ffe63805fda871202365d68daaa32a716ab Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk <daniel@dan-nrw.de> Date: Fri, 28 Dec 2018 16:21:58 +0100 Subject: [PATCH] added shell script to generate proto code --- regenreate_proto.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 regenreate_proto.sh diff --git a/regenreate_proto.sh b/regenreate_proto.sh new file mode 100755 index 00000000..00007481 --- /dev/null +++ b/regenreate_proto.sh @@ -0,0 +1,5 @@ +#!/bin/sh +pushd $GOPATH/src +protoc --go_out=plugins=grpc:. github.com/bio-routing/bio-rd/net/api/*.proto +protoc --go_out=plugins=grpc:. github.com/bio-routing/bio-rd/protocols/bgp/api/*.proto +popd -- GitLab