type URLError { url String } func (e URLError) Error() String { return fmt.Sprintf("Invalid URL: %s", e.url) }