5 lines
107 B
Bash
Raw Normal View History

2016-09-11 21:09:02 -07:00
#!/bin/bash
cd $(dirname "${BASH_SOURCE[0]}")
protoc --go_out=plugins=grpc,import_path=hservice:. *.proto