golang-standards/project-layout resource
Standard Go Project Layout observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 79
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3280
- days_rel: n/a
- days_push: 127
- n_releases_24m: 0
Adoption not part of the score
56498 stars · 5427 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A community-maintained reference describing a standard directory layout for Go application projects, documenting common patterns like /cmd, /internal, and /pkg. It is a documentation and guidance resource, not an official standard from the Go team.
Use cases
- structure a large go project
- go project directory layout conventions
- organize packages in a golang repository
- learn where to put internal packages in go
- set up a new go application skeleton
When to choose
- you are starting a medium-to-large Go application with multiple contributors
- you want a common, recognizable layout for an open-source Go project
- you need guidance on internal vs public package placement
When to avoid
- you are learning Go or building a small PoC - a single main.go and go.mod is enough
- you need an official standard - the Go core team provides its own module layout guidance
- you want opinionated architecture patterns like Clean Architecture
Facets
learning-resource · maturity stable
developer-tools documentation boilerplate developer-tools programming-languages tutorials go cross-platform project-structure go-ecosystem best-practices reference-guide
1 source
- readme: https://github.com/golang-standards/project-layout · fetched 2026-08-28 · 7ea00b3389ad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| golang-standards/project-layout | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="golang-standards/project-layout")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem