package
0.0.0-20230412102204-758a9e786e6a
Repository: https://github.com/go-micro/examples.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author

# Structs

No description provided by the author