divan / gorilla-xmlrpc

Gorilla XML RPC implementation (Golang/Go)
BSD 3-Clause "New" or "Revised" License
69 stars 59 forks source link

Adding map2XML #6

Open benpate opened 9 years ago

benpate commented 9 years ago

This enables a Go map to be marshaled into in the XML-RPC request as a

element — which is similar to the way that the standard library marshals maps into JSON.