Searched defs:TooNewError (Results 1 – 1 of 1) sorted by relevance
75 type TooNewError struct { struct76 What string77 GoVersion string78 Toolchain string // for callers if they want to use it, but not printed81 func (e *TooNewError) Error() string {99 func (e *TooNewError) Is(err error) bool {