mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update dependencies
This commit is contained in:
2
vendor/github.com/gin-gonic/gin/utils.go
generated
vendored
2
vendor/github.com/gin-gonic/gin/utils.go
generated
vendored
@@ -47,7 +47,7 @@ func WrapH(h http.Handler) HandlerFunc {
|
||||
|
||||
type H map[string]interface{}
|
||||
|
||||
// MarshalXML allows type H to be used with xml.Marshal
|
||||
// MarshalXML allows type H to be used with xml.Marshal.
|
||||
func (h H) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
|
||||
start.Name = xml.Name{
|
||||
Space: "",
|
||||
|
||||
Reference in New Issue
Block a user