Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dimport.go148 type DirectImportFromImplicitDependencyError struct { struct
149 ImporterPath string
150 ImportedPath string
151 Module module.Version
154 func (e *DirectImportFromImplicitDependencyError) Error() string {
158 func (e *DirectImportFromImplicitDependencyError) ImportPath() string {