Removed orphan http constant

This commit is contained in:
eeonevision 2019-11-29 19:25:46 +03:00
parent 5381382695
commit f078613fb2

View File

@ -38,8 +38,6 @@ const (
const abortIndex int8 = math.MaxInt8 / 2
const httpStatusClientClosedRequest = 499
// Context is the most important part of gin. It allows us to pass variables between middleware,
// manage the flow, validate the JSON of a request and render a JSON response for example.
type Context struct {