From 60e19de9e25852ee5e8bd3f18c25bbada53bb29b Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Thu, 31 Mar 2022 20:58:40 +0300 Subject: [PATCH] minor --- context/context.go | 1 + 1 file changed, 1 insertion(+) diff --git a/context/context.go b/context/context.go index 31a5449e..030f41b8 100644 --- a/context/context.go +++ b/context/context.go @@ -3971,6 +3971,7 @@ const jsonOptionsContextKey = "iris.context.json_options" // ctx.SetJSONOptions(iris.JSON{ // ErrorHandler: errHandler, // }) +// ctx.Next() // }) func (ctx *Context) SetJSONOptions(opts JSON) { ctx.values.Set(jsonOptionsContextKey, opts)