summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gin-gonic/gin/utils.go')
-rw-r--r--vendor/github.com/gin-gonic/gin/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gin-gonic/gin/utils.go b/vendor/github.com/gin-gonic/gin/utils.go
index 4021a2ab4..47106a7ae 100644
--- a/vendor/github.com/gin-gonic/gin/utils.go
+++ b/vendor/github.com/gin-gonic/gin/utils.go
@@ -50,7 +50,7 @@ func WrapH(h http.Handler) HandlerFunc {
}
}
-// H is a shortcut for map[string]interface{}
+// H is a shortcut for map[string]any
type H map[string]any
// MarshalXML allows type H to be used with xml.Marshal.