We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac7cce commit 2ce2a54Copy full SHA for 2ce2a54
regenerate.sh
@@ -29,6 +29,9 @@ mkdir -p ${GOBIN}
29
echo "remove existing generated files"
30
# grpc_testing_not_regenerate/*.pb.go is not re-generated,
31
# see grpc_testing_not_regenerate/README.md for details.
32
+#
33
+# Remove generated pb.go files in all directories with addition of
34
+# excluding grpc_testing_not_regenerate and cmd/protoc-gen-go-grpc directories
35
rm -f $(find . -name '*.pb.go' | grep -v -e 'grpc_testing_not_regenerate' -e 'cmd/protoc-gen-go-grpc')
36
37
echo "go install google.golang.org/protobuf/cmd/protoc-gen-go"
0 commit comments