common-params.go: added the constant ConstLastIndex
This commit is contained in:
parent
62ef0d699d
commit
302430d57d
@ -20,3 +20,8 @@ const (
|
|||||||
ParamFilepath = "filepath"
|
ParamFilepath = "filepath"
|
||||||
ParamDirpath = "dirpath"
|
ParamDirpath = "dirpath"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// to be moved in its own source file
|
||||||
|
const (
|
||||||
|
ConstLastIndex = 0xFFFF_FFFF
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user