route/proto/regen.sh

8 lines
106 B
Bash
Executable File

#!/bin/bash
protoc -I. \
--go_out=:. \
--twirp_out=. \
--twirp_eclier_out=./eclier \
route.proto