Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 265 Bytes

Firefly Microservice Framework Golang Version

A minimalist microservices framework based on micro-go

Documentation

Initial run command

  • go mod tidy
  • buf generate
  • wire ./cmd/server
  • go run ./cmd/server/main.go