Me playing with net/rpc
package in Go
main app, connects to both micro services
service to sum ints
service get current time
Start math-service
, time-service
and app
separately with go run
.
go run math-service
go run time-service
go run app