pub fn find_go_struct_span( source: &str, struct_name: &str, ) -> Option<Range<usize>>
Find the byte range of a named struct in Go source (type Name struct { ... }).
type Name struct { ... }