From 01ccec9c48fa1fba3ca4508171db237de3d7c5b2 Mon Sep 17 00:00:00 2001 From: J-guanghua <490011961@qq.com> Date: Fri, 30 Jun 2023 22:59:32 +0800 Subject: [PATCH] fix:go-http plugin path encoding error --- cmd/protoc-gen-go-http/http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/protoc-gen-go-http/http_test.go b/cmd/protoc-gen-go-http/http_test.go index 024f4c037..65e0f26db 100644 --- a/cmd/protoc-gen-go-http/http_test.go +++ b/cmd/protoc-gen-go-http/http_test.go @@ -97,4 +97,4 @@ func TestReplaceBoundary(t *testing.T) { if !reflect.DeepEqual("/test/{message.namespace:.*}/name/{message.name:.*}", path) { t.Fatal(`"/test/{message.namespace=*}/name/{message.name=*}" should be "/test/{message.namespace:.*}/name/{message.name:.*}"`) } -} \ No newline at end of file +}