Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dmodfile.go146 type excludedError struct{} struct
148 func (e *excludedError) Error() string { return "excluded by go.mod" }
149 func (e *excludedError) Is(err error) bool { return err == ErrDisallowed }