aboutsummaryrefslogtreecommitdiff
path: root/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_test.go')
-rw-r--r--server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_test.go b/server_test.go
index 231e5b0..efc126f 100644
--- a/server_test.go
+++ b/server_test.go
@@ -23,7 +23,7 @@ import (
"github.com/valyala/fasthttp/fasthttputil"
)
-// Make sure RequestCtx implements context.Context
+// Make sure RequestCtx implements context.Context.
var _ context.Context = &RequestCtx{}
type closerWithRequestCtx struct {