gen — gomod adapter. Parses go.mod + lockfile into a typed gen_types::Spec emission. One of N adapters that share the typed core via Spec/QuirkRegistry/Invariants traits.
//! `gen-gomod` — gomod adapter for the gen ecosystem.
//!//! Parses `go.mod` into a typed `BuildSpec` and emits it as
//! Cargo-equivalent typed JSON. See
//! `theory/ECOSYSTEM-INTAKE.md` for the seven-artifact contract.
pubmodadapter;pubmodbuild_spec;pubmoderror;pubmodinvariants;pubmodquirks;pubuseadapter::GomodAdapter;pubuseerror::{Result, GomodError};