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 fake email and Generate a fake SSN #148

Closed shubhankar-mern closed 1 year ago

shubhankar-mern commented 1 year ago

Is your feature request related to a problem? Please describe. generation of fake emails and social security numbers

Describe the solution you'd like fake = Faker()

Generate a fake SSN (Note: This is for educational/testing purposes only)

fake_ssn = fake.ssn()

Generate a fake email

fake_email = fake.email()

Describe alternatives you've considered I have considered only this feature

Additional context Please exercise caution when generating fake SSNs, and avoid using them in any production or real-world scenario. Always respect privacy and legal regulations when working with sensitive data.

shubhankar-mern commented 1 year ago

i am building the feature buddy

shubhankar-mern commented 1 year ago

just saw its already there