//
pkg.gl
Category
github.com/grafana/scribe
stringutil
package
0.13.1
Repository:
https://github.com/grafana/scribe.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
7
Files
20 SLOC
#
Functions
Random
Random returns a string of a random length using only characters in the package-level variable 'AllowedCharacters'.
Slugify
Slugify removes typically illegal characters for use in identifiers.
#
Variables
AllowedCharacters
AllowedCharacters is the list of characters that can be used in the 'Random' function.