package storage import "errors" // ErrNotFound is the default error message when data is not found. var ErrNotFound = errors.New("not found")