Searched defs:importError (Results 1 – 3 of 3) sorted by relevance
1630 type importError struct { struct1631 importPath string1632 err error1643 func (e *importError) Error() string {1647 func (e *importError) Unwrap() error {1653 func (e *importError) ImportPath() string {
73 type importError struct { struct74 pos scanner.Position75 err error78 func (e importError) Error() string {
534 type importError struct { struct535 importPath string536 err error // created with fmt.Errorf547 func (e *importError) Error() string {551 func (e *importError) Unwrap() error {557 func (e *importError) ImportPath() string {