consts

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FilePathEmpty                    = "File path was empty(\"\")."
	BrokenLongPathUncPrefix          = `\?\UNC\`
	BrokenLongPathQuestionMarkPrefix = `\?\`
	DoubleStars                      = "**"
)

Variables

View Source
var (
	SlugForbiddenArray = []string{
		" ",
		"!",
		"`",
		"@",
		"#",
		"%",
		"$",
		"^",
		"&",
		"*",
		"(",
		")",
		"{",
		"}",
		"[",
		"]",
	}

	SlugHashset = corestr.NewHashsetUsingStrings(
		&SlugForbiddenArray,
		0,
		false)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL