attempt to fix proto

This commit is contained in:
Jasmina Malicevic
2022-06-23 22:33:41 +02:00
parent 2b8ba3dfcf
commit 4b36c5d16d

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env bash
set -eo pipefail
go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest
proto_dirs=$(find ./proto -path -prune -o -name '*.proto' -print0 | xargs -0 -n1 dirname | sort | uniq)
for dir in $proto_dirs; do