Searched defs:parsePrefixError (Results 1 – 1 of 1) sorted by relevance
1322 type parsePrefixError struct { struct1323 in string // the string given to ParsePrefix1324 msg string // an explanation of the parse failure1327 func (err parsePrefixError) Error() string {