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

Latest commit

 

History

History
43 lines (27 loc) · 377 Bytes

File metadata and controls

43 lines (27 loc) · 377 Bytes

Go Micro Starter

This is a Go Micro starter template

Overview

Basic starter template gives you best practices for Go Micro services.

Features

  • Makefile
  • Go Mod
  • Example call
  • ...

Usage

Install deps

make init

Generating proto

make proto

Running service

Build it

make build

Run it

./starter