Searched defs:parseAddrError (Results 1 – 1 of 1) sorted by relevance
141 type parseAddrError struct { struct142 in string // the string given to ParseAddr143 msg string // an explanation of the parse failure144 at string // optionally, the unparsed portion of in at which the error occurred.147 func (err parseAddrError) Error() string {