Skip to content
/ rando Public

A pseudo-random string generator designed to be a small fun example for new Gophers.

License

Notifications You must be signed in to change notification settings

crhntr/rando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rando

A command line utility for creating passwords.

Flags

  • -l : length of each sections (default 3)
  • -n : number of sections (default 3)

Website

rando.New is wrapped in an HTTP handler at Rando.

Query parameters

  • segment-length maps to the length parameter (default 5)
  • segment-count maps to the number parameter (default 3)

About

A pseudo-random string generator designed to be a small fun example for new Gophers.

Resources

License

Stars

Watchers

Forks

Languages