rpc: fix swapserverrpc build

pull/497/head
Andras Banki-Horvath 2 years ago
parent a252e2c706
commit 1abbe648d1
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

@ -9,6 +9,7 @@ function generate() {
do
protoc -I/usr/local/include -I. -I.. \
--go_out . --go_opt paths=source_relative \
--go-grpc_out . --go-grpc_opt paths=source_relative \
"${file}"
done
}

Loading…
Cancel
Save