Home
last modified time | relevance | path

Searched defs:ImportMismatchError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Dvcs.go1459 type ImportMismatchError struct { struct
1460 importPath string
1461 mismatches []string // the meta imports that were discarded for not matching our importPath
1464 func (m ImportMismatchError) Error() string {