Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.21 KB

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