package constants import "errors" var ErrNotFound = errors.New("data not found")