mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-21 05:45:44 +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)
|