Registry / networking / mattn-go-xmlrpc

mattn-go-xmlrpc

JSON →
library0.0.3gogounverified

An XML-RPC client and server implementation in Go.

go get github.com/mattn/go-xmlrpc
INSTALL
IMPORT
SIG · MATTN-GO-XMLRPC
M
mattn-go-xmlrpc
networkinggov0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xmlrpc
github.com/mattn/go-xmlrpc

Create an XML-RPC client and call a remote method.

package main import ( "fmt" "github.com/mattn/go-xmlrpc" ) func main() { client, _ := xmlrpc.NewClient("http://example.com/RPC2") var result int client.Call("example.method", nil, &result) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
mattn-go-xmlrpc — go get mattn-go-xmlrpc · libregistry