1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-12 08:23:58 +02:00
go-micro/examples/service
Asim Aslam d94936f6c9
v3 (#2104)
* v3

* revert plugins

* fixup some issues
2021-01-20 13:54:31 +00:00
..
proto v3 (#2104) 2021-01-20 13:54:31 +00:00
main.go v3 (#2104) 2021-01-20 13:54:31 +00:00
README.md Add examples 2020-12-26 15:17:20 +00:00

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.