kon/vendor/github.com/gofiber/fiber/v2/utils/xml.go

5 lines
112 B
Go
Raw Permalink Normal View History

2024-07-02 16:36:04 +02:00
package utils
// XMLMarshal returns the XML encoding of v.
type XMLMarshal func(v interface{}) ([]byte, error)