Update error.go

This commit is contained in:
Bruce MacDonald 2024-11-27 15:24:08 -08:00
parent ea90ee7415
commit 4d5d3c3276

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"