mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-09 20:18:50 +00:00
5 lines
104 B
Go
5 lines
104 B
Go
package utils
|
|
|
|
// XMLMarshal returns the XML encoding of v.
|
|
type XMLMarshal func(v any) ([]byte, error)
|