grpc-gateway: refactor (#7888)

This commit is contained in:
AdamKorcz 2022-06-17 17:22:05 +02:00 committed by GitHub
parent 957f547299
commit 345072e521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -15,10 +15,4 @@
#
################################################################################
if [ "$SANITIZER" = "coverage" ]
then
git clone https://github.com/grpc-ecosystem/grpc-gateway.git
compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz
else
compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz
fi
compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz