From 92ddc7d2405b441d5fc9b64e938628dec1382759 Mon Sep 17 00:00:00 2001 From: Javier Provecho Fernandez Date: Sun, 2 Jul 2017 17:06:53 +0200 Subject: [PATCH] docs(test): add missing inline docs --- test_helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test_helpers.go b/test_helpers.go index e7dd55f7..2aed37f2 100644 --- a/test_helpers.go +++ b/test_helpers.go @@ -8,6 +8,7 @@ import ( "net/http" ) +// CreateTestContext returns a fresh engine and context for testing purposes func CreateTestContext(w http.ResponseWriter) (c *Context, r *Engine) { r = New() c = r.allocateContext()