Searched defs:ImportMismatchError (Results 1 – 1 of 1) sorted by relevance
1459 type ImportMismatchError struct { struct1460 importPath string1461 mismatches []string // the meta imports that were discarded for not matching our importPath1464 func (m ImportMismatchError) Error() string {