xml.go 112 B

1234
  1. package utils
  2. // XMLMarshal returns the XML encoding of v.
  3. type XMLMarshal func(v interface{}) ([]byte, error)