mirror of https://github.com/tidwall/tile38.git
5 lines
107 B
Bash
5 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname "${BASH_SOURCE[0]}")
|
||
|
protoc --go_out=plugins=grpc,import_path=hservice:. *.proto
|