mirror of
https://github.com/distribution/distribution.git
synced 2026-01-29 21:40:32 +00:00
Round 2
Make Errors a []Error Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
@@ -188,5 +188,5 @@ var errorDescriptors = []errcode.ErrorDescriptor{
|
||||
|
||||
// init registers our errors with the errcode system
|
||||
func init() {
|
||||
errcode.LoadErrors(&errorDescriptors)
|
||||
errcode.LoadErrors(errorDescriptors)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user