From 74c8e254ff8400a7b5c0940c85daca5d0af038ff Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sun, 5 Jun 2016 10:29:23 -0700 Subject: [PATCH] Fixed docs Signed-off-by: Vishal Rana --- middleware/csrf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/csrf.go b/middleware/csrf.go index 9bc9261c..8d9aa7f7 100644 --- a/middleware/csrf.go +++ b/middleware/csrf.go @@ -26,7 +26,7 @@ type ( // Possible values: // - "header:" // - "form:" - // - "header:" + // - "query:" TokenLookup string `json:"token_lookup"` // Context key to store generated CSRF token into context.