Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Dvcs.go901 type vcsNotFoundError struct { struct
902 dir string
905 func (e *vcsNotFoundError) Error() string {
909 func (e *vcsNotFoundError) Is(err error) bool {