1
0
mirror of https://github.com/labstack/echo.git synced 2025-06-17 00:17:36 +02:00

apply go fmt (#1788)

This commit is contained in:
Leo Takaoka
2021-02-27 06:55:00 +09:00
committed by GitHub
parent 45870c75c3
commit d9e235416d
2 changed files with 8 additions and 9 deletions

View File

@ -247,7 +247,6 @@ func TestProxyRewriteRegex(t *testing.T) {
{"/y/foo/bar", http.StatusOK, "/v5/bar/foo"}, {"/y/foo/bar", http.StatusOK, "/v5/bar/foo"},
} }
for _, tc := range testCases { for _, tc := range testCases {
t.Run(tc.requestPath, func(t *testing.T) { t.Run(tc.requestPath, func(t *testing.T) {
req.URL, _ = url.Parse(tc.requestPath) req.URL, _ = url.Parse(tc.requestPath)