package url type LongUrl struct { } func (l LongUrl) Domain() string { return "default" }