This is an example of creating a micro service.
- main.go - is the main definition of the service, handler and client
- proto - contains the protobuf definition of the API
Run the service
go run main.go
Run the client
go run main.go --run_client
And that's all there is to it.