package models import "errors" var ( // ErrNotFound ... ErrNotFound = errors.New("requested item is not found") )