Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 402 Bytes

Hello World

This is hello world using go-micro

Contents

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

Dependencies

Usage

To run it

go run main.go

To rebuild the proto

protoc --proto_path=. --micro_out=. --go_out=. proto/greeter.proto