pub fn apply_fixes_go(source: &str, layouts: &[&StructLayout]) -> StringExpand description
Apply Go struct reorderings in-place, returning the modified source. Preserves field tags and comments verbatim; falls back to IR-based generation.
pub fn apply_fixes_go(source: &str, layouts: &[&StructLayout]) -> StringApply Go struct reorderings in-place, returning the modified source. Preserves field tags and comments verbatim; falls back to IR-based generation.