Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/gover/
Dtoolchain.go75 type TooNewError struct { struct
76 What string
77 GoVersion string
78 Toolchain string // for callers if they want to use it, but not printed
81 func (e *TooNewError) Error() string {
99 func (e *TooNewError) Is(err error) bool {