# go-modules-by-example/index

Go modules by example is a series of work-along guides

Repository: https://github.com/go-modules-by-example/index
Canonical: https://ross.abutalabs.com/products/go-modules-by-example-index
Language: Shell
License: BSD-3-Clause
License Family: permissive
Archived: true
Last push: 2020-10-27T08:18:51+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3024, "days_push": 2136, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1083, forks 88 (observed 2026-08-28T04:03:31.292640+00:00)

## What it is
A series of work-along guides explaining how Go modules work, covering topics like submodules, vendoring, semantic import versioning, and dependency analysis. It complements the official Go documentation and Go modules wiki.

## Use cases
- learn how go modules work
- migrate a project from dep to go modules
- understand semantic import versioning
- manage vendored dependencies with go modules
- analyze module dependency graphs
- install and run tools as dependencies
- handle multiple major versions of a module

## When to choose
- you are learning Go modules through hands-on examples
- you need practical guides for common module workflows
- you want to complement official Go docs with worked examples

## When to avoid
- you need official or fully up-to-date module documentation
- you want a tool rather than educational material
- you need a finished, structured curriculum - the guides are work-in-progress

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: documentation, developer-tools
- domain: tutorials, developer-tools, version-control
- platform: go, cli, cross-platform
- tags: go-modules, tutorials, work-along-guides, dependency-management

## Member repositories
- go-modules-by-example/index (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:31.292640+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:51:10.431403+00:00, confidence not recorded.
  - readme: https://github.com/go-modules-by-example/index (fetched 2026-08-28T04:03:31.292640+00:00, sha 6664885bda17)
- Data as of 2026-08-30T08:39:29.467469+00:00.
