Canonical guidance

Use when

Avoid

Preferred pattern

go work init ./lib ./service
go work use ./tools

Anti-pattern

Explanation: This anti-pattern is tempting during local iteration, but it breaks reproducibility for everyone outside the workspace.

Why

Related pages

Sources