Skip to content

Files

Latest commit

c20bdd0 · Jan 15, 2019

History

History
This branch is 191 commits ahead of asbubam/examples:master.

service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 25, 2018
Jan 15, 2019
Apr 25, 2018

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.