Skip to content

Latest commit

 

History

History
 
 

helloworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Hello World

This is hello world using micro

Contents

  • main.go - is the main definition of the service, handler and client
  • proto - contains the protobuf definition of the API

Dependencies

Install the following

Run Service

go run main.go

Query Service

micro query greeter Greeter.Hello '{"name": "John"}'