package consts import "errors" var ( ErrLibraryNotFound = errors.New("未找到指定的资料库") )