package
0.0.0-20191110131647-214d1b0a97ca
Repository: https://github.com/codingyuanliu/jing.git
Documentation: pkg.go.dev
# Packages
Package greeter is a generated protocol buffer package.
# README
Service
This is an example of creating a micro service.
Contents
- main.go - is the main definition of the service, handler and client
- proto - contains the protobuf definition of the API
Run the example
Run the service
go run main.go
Run the client
go run main.go --run_client
And that's all there is to it.