Searched defs:excludedError (Results 1 – 1 of 1) sorted by relevance
146 type excludedError struct{} struct148 func (e *excludedError) Error() string { return "excluded by go.mod" }149 func (e *excludedError) Is(err error) bool { return err == ErrDisallowed }