Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dmodfile.go231 type retractionLoadingError struct { struct
232 m module.Version
233 err error
236 func (e *retractionLoadingError) Error() string {
240 func (e *retractionLoadingError) Unwrap() error {