Canonical guidance

Use when

Avoid

Preferred pattern

go env -w GOPRIVATE=example.com,github.com/acme/*

Anti-pattern

Explanation: This anti-pattern is tempting under delivery pressure, but it throws away safety for the entire dependency graph.

Why

Related pages

Sources