From 6c29a13837273ed07429dd9f419637e2139afd8a Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sun, 3 May 2020 23:45:34 +0800 Subject: [PATCH] Update context.go --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 6d8d7b7f..01cff1ae 100644 --- a/context.go +++ b/context.go @@ -36,7 +36,7 @@ const ( MIMEYAML = binding.MIMEYAML ) -// BodyBytesKey indicates a default body bind key. +// BodyBytesKey indicates a default body bytes key. const BodyBytesKey = "_gin-gonic/gin/bodybyteskey" const abortIndex int8 = math.MaxInt8 / 2