gitlab.com/evatix-go/core@v1.3.55/chmodhelper/chmodins/consts.go (about) 1 package chmodins 2 3 const ( 4 RwxFullLength = 10 5 RwxWithoutHyphenLength = 9 6 RwxFullLengthString = "10" 7 AllWildCardsRwxFullString = "-*********" 8 )