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

Add implementation of binary string generator for Faker #72

Closed bhatipradeep closed 3 years ago

bhatipradeep commented 3 years ago

Description

Added a binary string generator for faker.

Are you trying to fix an existing issue?

No

Go Version

$ go version
go version go1.17.1 windows/amd64

Go Tests

$ go test
PASS
ok      github.com/jaswdr/faker 12.114s
jaswdr commented 3 years ago

@bhatipradeep congrats for the first contribution, can you just describe what is the use case of this generator?

bhatipradeep commented 3 years ago

Thanks @jaswdr . The most common usecase for students is to design testcases of various competitive programming problems.

jaswdr commented 3 years ago

right, please check the Codacy report, there are some violations.

bhatipradeep commented 3 years ago

@jaswdr updated code with changes.

jaswdr commented 3 years ago

@bhatipradeep released in v1.6.0, congrats for your first merge 🎉