jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
566 stars 59 forks source link

[FEATURE] Generate a string of a certain length #81

Closed xlanor closed 2 years ago

xlanor commented 2 years ago

Is your feature request related to a problem? Please describe. Currently looking for a simple mechanism to fake strings of a certain length across multiple projects.

Describe the solution you'd like Add a calling function in a for loop using f.RandomLetter and generating it l times to generate a string of length l

jaswdr commented 2 years ago

Released in v1.10.0, thank you very much for your contribution 😄