Update context.go

This commit is contained in:
thinkerou 2020-05-03 23:45:34 +08:00 committed by GitHub
parent 4dc9902a97
commit 6c29a13837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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