evrone/go-clean-template resource
Clean Architecture template for Golang services observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 2053
- days_rel: 11
- days_push: 9
- n_releases_24m: 40
Adoption not part of the score
7659 stars · 657 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A copyable project template demonstrating how to structure Go microservices according to Clean Architecture (Uncle Bob) principles. It ships a working example service with REST (Fiber), gRPC, RabbitMQ AMQP, and NATS transports, plus PostgreSQL with migrations, Swagger docs, Prometheus metrics, OpenTelemetry tracing, and test setup.
Use cases
- scaffold a golang microservice with clean architecture
- go project template for rest and grpc service
- learn how to organize business logic in a growing go service
- example of dependency injection in go
- boilerplate for go microservice with postgres and rabbitmq
- golang service skeleton with swagger and prometheus
When to choose
- Starting a new Go microservice and wanting a proven, battle-tested project layout
- Learning how to layer domain, usecase, and transport code so a service stays maintainable as it grows
- You want a reference wiring of REST, gRPC, and message-broker RPC (RabbitMQ/NATS) with metrics and tracing included
When to avoid
- You need a library or framework to import as a dependency — this is a scaffold you copy, not a package
- Small scripts or simple CRUD apps where a full layered architecture is unnecessary overhead
- Your team prefers picking its own stack (router, ORM, logger) and only wants architectural guidance rather than preselected tools
Facets
learning-resource · maturity active
boilerplate developer-tools microservices backend microservices developer-tools web-development go cross-platform clean-architecture project-template boilerplate golang dependency-injection scaffold grpc rest-api fiber rabbitmq nats postgresql swagger prometheus opentelemetry uncle-bob docker
1 source
- readme: https://github.com/evrone/go-clean-template · fetched 2026-08-28 · 7817d9d09ed5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| evrone/go-clean-template | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="evrone/go-clean-template")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem