mirror of
https://github.com/gofiber/fiber.git
synced 2025-09-04 19:35:47 +00:00
5 lines
112 B
Go
5 lines
112 B
Go
package utils
|
|
|
|
// XMLMarshal returns the XML encoding of v.
|
|
type XMLMarshal func(v interface{}) ([]byte, error)
|