bxcodec/go-clean-arch resource
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 3373
- days_rel: n/a
- days_push: 861
- n_releases_24m: 0
Adoption not part of the score
10151 stars · 1315 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A well-known example implementation of Uncle Bob's Clean Architecture in Go, structured into models, repository, usecase, and delivery layers. It serves as a reference template and tutorial for organizing Go backend projects, with multiple versioned branches showing architectural evolution.
Use cases
- structure a golang rest api with clean architecture
- learn how to layer repository usecase and delivery in go
- find a clean architecture project template for go
- see how to keep business logic independent of frameworks and database
- example of mysql repository layer in golang
- compare clean architecture versions for go projects
When to choose
- starting a new Go backend project and wanting a proven layered structure
- learning Clean Architecture principles with concrete Go code
- looking for a reference to justify package boundaries in code review
When to avoid
- you need a production framework with batteries included rather than an example skeleton
- your project is small enough that layered architecture adds unnecessary overhead
- you need a non-SQL or non-HTTP stack without adapting the example
Facets
learning-resource · maturity active
web-framework database developer-tools web-development backend developer-tools tutorials go cross-platform clean-architecture golang project-template example-project layered-architecture mysql uncle-bob
1 source
- readme: https://github.com/bxcodec/go-clean-arch · fetched 2026-08-28 · 5aac7af55b08
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bxcodec/go-clean-arch | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="bxcodec/go-clean-arch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem