Canonical guidance

Use when

Avoid

Preferred pattern

module example.com/app

go 1.23
toolchain go1.25.3

Anti-pattern

Explanation: This anti-pattern is tempting because standardization feels neat, but it raises the compatibility floor without a real reason.

Why

Related pages

Sources