mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-05 23:30:33 +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)
|