An example Greeter application
- srv - an RPC greeter service
- cli - an RPC client that calls the service once
Start go.micro.srv.greeter
go run srv/main.go
Call go.micro.srv.greeter via client
go run cli/main.go
Examples of client usage via other languages can be found in the client directory.