internal/arch/doc.go
Ref: Size: 372 B History
// Package arch holds executable architecture fitness functions for the Eitri // module. It contains no production code — only _test.go files that read the // real package import graph via `go list` and fail the build when a // documented architectural invariant is violated. // // The invariants and their rationale are documented in docs/architecture.md. package arch