Update error.go

This commit is contained in:
Bruce MacDonald 2024-11-27 15:24:08 -08:00
parent 4537a89b26
commit d0769313ed

View File

@ -19,7 +19,6 @@ type Errs struct {
Errors []Err `json:"errors"`
}
// Error implements the error interface for RegistryError
func (e Errs) Error() string {
if len(e.Errors) == 0 {
return "unknown registry error"