Hermes Wiki

Modules And Packaging

go.mod/go.sum, versioning (semver tags), workspaces (go.work) for multi-module repos.

Why we need this / what value this brings

Reproducible builds and clean dependency graphs matter more in infra tooling that gets vendored widely.

When to use this

Setting up a new module, or debugging a version-resolution conflict.

How to use or implement this

go mod tidy discipline, workspaces for local multi-module development.

Research questions

  • (add as research surfaces open questions)

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki