Documentation ¶
Index ¶
Constants ¶
View Source
const ( FilePathEmpty = "File path was empty(\"\")." BrokenLongPathUncPrefix = `\?\UNC\` BrokenLongPathQuestionMarkPrefix = `\?\` DoubleStars = "**" Export = "export" SpaceHyphenRightAngelBracketSpace = " -> " DefaultFileMode = filemode.FileDefault // cannot execute by everyone OwnerCanReadWriteGroupOtherCanReadOnly DefaultDirMode = filemode.DirDefault // can execute by everyone OwnerCanDoAllExecuteGroupOtherCanReadExecute DefaultDirectoryFileMode = filemode.X666 NonAsyncSafeRange = 50 FileInfoEachLineJoiner = ",\n - " IndentFileInfoEachLineJoiner = "\n - " )
Variables ¶
View Source
var ( GlobalMutex = &sync.Mutex{} SlugForbiddenArray = [256]rune{ constants.ExclamationChar: constants.One, '`': constants.One, '@': constants.One, '#': constants.One, '%': constants.One, '$': constants.One, '^': constants.One, '&': constants.One, '*': constants.One, '(': constants.One, ')': constants.One, '{': constants.One, '}': constants.One, '[': constants.One, ']': constants.One, '\\': constants.One, '/': constants.One, ',': constants.One, '.': constants.One, constants.TabByte: constants.One, constants.LineFeedUnixByte: constants.One, constants.TabVByte: constants.One, constants.FormFeedByte: constants.One, constants.CarriageReturnByte: constants.One, constants.SpaceByte: constants.One, 0x85: constants.One, 0xA0: constants.One, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.