package domain type URL string func (u URL) IsEmpty() bool { return len(u) == 0 }