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 }