Categorygithub.com/dmitrymomot/random
repositorypackage
1.0.6
Repository: https://github.com/dmitrymomot/random.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

random

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