From 302430d57df9b7063efdf34ad2cfe4b2fcbce9f9 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Wed, 19 Jun 2024 09:17:46 +0200 Subject: [PATCH] common-params.go: added the constant ConstLastIndex --- common-params.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common-params.go b/common-params.go index 4fac4d8..bcfe137 100644 --- a/common-params.go +++ b/common-params.go @@ -20,3 +20,8 @@ const ( ParamFilepath = "filepath" ParamDirpath = "dirpath" ) + +// to be moved in its own source file +const ( + ConstLastIndex = 0xFFFF_FFFF +) \ No newline at end of file