Categorygithub.com/artarts36/go-service-template
repository
0.0.0-20241113162745-095b3b6714be
Repository: https://github.com/artarts36/go-service-template.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Template for GO services

features:

  • gRPC Server
  • Logging / Sentry
  • Auto generation documentation for database schema
  • Release workflow

Install

  1. Clone this repository
  2. Run make gen-service GO_MODULE_PATH=github.com/<your-name>/<your-service-name>