github.com/boomhut/fiber/v2@v2.0.0-20230603160335-b65c856e57d3/utils/xml.go (about) 1 package utils 2 3 // XMLMarshal returns the XML encoding of v. 4 type XMLMarshal func(v interface{}) ([]byte, error)