Commit 5aefa32 1 parent 706b2a8 commit 5aefa32 Copy full SHA for 5aefa32
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2014 Manu Martinez-Almeida . All rights reserved.
1
+ // Copyright 2018 Gin Core Team . All rights reserved.
2
2
// Use of this source code is governed by a MIT style
3
3
// license that can be found in the LICENSE file.
4
4
8
8
"bytes"
9
9
"io"
10
10
"net/http"
11
-
12
- "gopkg.in/yaml.v2"
13
11
)
14
12
15
13
type yamlBinding struct {}
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ const (
31
31
MIMEPlain = binding .MIMEPlain
32
32
MIMEPOSTForm = binding .MIMEPOSTForm
33
33
MIMEMultipartPOSTForm = binding .MIMEMultipartPOSTForm
34
- BodyBytesKey = "_gin-gonic/gin/bodybyteskey"
35
34
MIMEYAML = binding .MIMEYAML
35
+ BodyBytesKey = "_gin-gonic/gin/bodybyteskey"
36
36
)
37
37
38
38
const abortIndex int8 = math .MaxInt8 / 2
You can’t perform that action at this time.
0 commit comments