Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/mvs/
Derrors.go17 type BuildListError struct { struct
18 Err error
19 stack []buildListErrorElem
61 func (e *BuildListError) Module() module.Version {
68 func (e *BuildListError) Error() string {
105 func (e *BuildListError) Unwrap() error { return e.Err }