val code = """
            use crate::domain::git::coco_tag::CocoTag;

            pub struct GitTagParser {
                tags: Vec<CocoTag>