From 7d756b19eb41901cbd9422874af6ce42ecb4713f Mon Sep 17 00:00:00 2001 From: axiuno Date: Tue, 6 Nov 2018 11:23:21 +0800 Subject: [PATCH] Compatible way to enhance context.Param(), support fetch data from Route:key, _GET, _POST, _COOKIE. --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 023ed31f..faecf113 100644 --- a/context.go +++ b/context.go @@ -16,7 +16,7 @@ import ( "os" "strings" "time" - + "strconv" "github.com/gin-contrib/sse" "github.com/gin-gonic/gin/binding" "github.com/gin-gonic/gin/render"