From 285d15eb70ca8d6460044fc5a09d6af18e0d96da Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sun, 3 May 2020 23:43:22 +0800 Subject: [PATCH] Update utils.go --- utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.go b/utils.go index c9e82e00..71b80de7 100644 --- a/utils.go +++ b/utils.go @@ -14,6 +14,7 @@ import ( "strings" ) +// BindKey indicates a default bind key. const BindKey = "_gin-gonic/gin/bindkey" // Bind is a helper function for given interface object and returns a Gin middleware.