package repositories import "errors" // ErrNotFound should be returned instead of any database-specific not found error. var ErrNotFound = errors.New("Resource not found")