Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 129 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 129 Bytes

random

Simple random string tool

import "github.com/btnmasher/random"

func main() {
  str := random.String(10)
}