From b5ce17c2be2e1289f49c7ca58c2f40f434126980 Mon Sep 17 00:00:00 2001 From: Harshal Patel <106813066+HarshalPatel1972@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:19:59 +0530 Subject: [PATCH] style: apply gofmt to resolve lint errors --- context_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context_test.go b/context_test.go index bd5700ec..6c36bbec 100644 --- a/context_test.go +++ b/context_test.go @@ -3995,7 +3995,7 @@ func TestWildcardParamUnicodeConcurrency(t *testing.T) { req, err := http.NewRequest(http.MethodGet, p, nil) if err != nil { mu.Lock() - errs = append(errs, "failed to create request: " + err.Error()) + errs = append(errs, "failed to create request: "+err.Error()) mu.Unlock() continue }