mirror of
https://github.com/distribution/distribution.git
synced 2026-01-16 07:28:24 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
package errors
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
var ErrNotFound = fmt.Errorf("key not found")
|