Documentation
¶
Index ¶
Constants ¶
View Source
const ( FilePathEmpty = "File path was empty(\"\")." BrokenLongPathUncPrefix = `\?\UNC\` BrokenLongPathQuestionMarkPrefix = `\?\` DoubleStars = "**" Export = "export" SystemCTL = "systemctl" Service = "service" Apt = "apt" AptGet = "apt-get" Upgrade = "upgrade" HyphenC = "-c" Start = "start" Restart = "restart" Stop = "stop" Reload = "reload" Enable = "enable" Ln = "ln" HyphenS = "-s" Install = "install" AptUpdate = "apt update -y" AptGetUpdate = "apt-get update -y" AptUpgrade = "apt upgrade -y" PPAWithColon = "ppa:" AddAptRepository = "add-apt-repository -y" WGet = "wget" RmRf = "rm -rf" HyphenY = "-y" DefaultFileMode = filemode.X644 DefaultDirectoryFileMode = filemode.X666 )
Variables ¶
View Source
var ( SlugForbiddenArray = [256]rune{ constants.ExclaimanationChar: 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.