Registry / utility / elgs-gostrgen

elgs-gostrgen

JSON →
library0.0.0-20220325073726-0c3e00d082f6gogounverified

Gostrgen is a Go library for generating random strings.

go get github.com/elgs/gostrgen
INSTALL
IMPORT
SIG · ELGS-GOSTRGEN
E
elgs-gostrgen
utilitygov0.0.0-20220325073726-0c3e00d082f6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gostrgen
github.com/elgs/gostrgen

Generate a random lowercase string of length 10.

package main import ( "github.com/elgs/gostrgen" ) func main() { str, _ := gostrgen.RandGen(10, gostrgen.Lower, "", "") println(str) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220325073726-0c3e00d082f6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
elgs-gostrgen — go get elgs-gostrgen · libregistry