Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dcache.go122 type entryNotFoundError struct { struct
123 Err error
126 func (e *entryNotFoundError) Error() string {
133 func (e *entryNotFoundError) Unwrap() error {