Skip to content

dmitrymomot/random

Repository files navigation

random

GitHub tag (latest SemVer) Tests CodeQL Analysis Go Report Card Go Reference License

Small and simple helper to generate "random" string.

Usage

Installation:

go get -u github.com/dmitrymomot/random

Use

import "github.com/dmitrymomot/random"

str := random.String(16)
log.Println(str)

Output:

Cb0ajMig6N7l9Fzf

Licensed under Apache License 2.0