Releases: alexejk/go-xmlrpc
Releases · alexejk/go-xmlrpc
v0.1.0
Initial release version of XML-RPC client.
- Support for all XML-RPC types both encoding and decoding.
- A client implementation based on
net/rpc
for familiar interface. - No external dependencies (except testing code dependencies)