Skip to content

Files

Latest commit

a5e2562 · Feb 10, 2015

History

History
11 lines (7 loc) · 233 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 233 Bytes

golang-rpc-example

Simple server and client that communicate using Go's RPC library.

Start the server with:

> go run server.go

Then send an RPC from the client with:

> go run client.go --factor1=12 --factor2=13
156