package checker type Domain struct { Name string DaysLeft float64 Date string Failed bool }