gitlab.com/evatix-go/core@v1.3.55/enums/versionindexes/consts.go (about) 1 package versionindexes 2 3 const ( 4 BuildLength = 4 5 PatchLength = 3 6 MinorLength = 2 7 MajorLength = 1 8 NoElementLength = 0 9 isMappedToDefault = true 10 )