package checker type Domain struct { Name string `json:"name"` DaysLeft float64 `json:"days"` Date string `json:"date"` Failed bool `json:"failed"` }