summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/render/xml.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gin-gonic/gin/render/xml.go')
-rw-r--r--vendor/github.com/gin-gonic/gin/render/xml.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/gin-gonic/gin/render/xml.go b/vendor/github.com/gin-gonic/gin/render/xml.go
index cc5390a2d..6af890179 100644
--- a/vendor/github.com/gin-gonic/gin/render/xml.go
+++ b/vendor/github.com/gin-gonic/gin/render/xml.go
@@ -1,4 +1,4 @@
-// Copyright 2014 Manu Martinez-Almeida. All rights reserved.
+// Copyright 2014 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
@@ -11,7 +11,7 @@ import (
// XML contains the given interface object.
type XML struct {
- Data interface{}
+ Data any
}
var xmlContentType = []string{"application/xml; charset=utf-8"}