Files
aperture/proxy/testdata/gen_protos.sh
2019-11-15 09:45:06 +01:00

9 lines
212 B
Bash
Executable File

#!/bin/sh
set -e
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:. \
hello.proto