faker
faker copied to clipboard
:rocket: Ultimate fake data generator for Go with zero dependencies
**Describe the bug** If you run the test with the coverprofile flag it return different results every time. **To Reproduce** ```shell $ for i in {1..10}; do go test -coverprofile=coverage.out...
**Is your feature request related to a problem? Please describe.** Currently we have several generators available in Faker. But what if we have a mechanism which takes a format as...
**Describe the bug** goroutine stack exceeds 1000000000-byte limit **To Reproduce** ```go type A struct { children []*A } tmp := A{} f.Struct().Fill(&tmp) ``` **Expected behavior** A clear and concise description...
**Is your feature request related to a problem? Please describe.** I'm trying to fake a randomized array of unique enums **Describe the solution you'd like** To include `shuffleSlice` as Faker.ShuffleSlice...
## Description Sometimes a struct field, function, type, or even a whole package becomes redundant or unnecessary but must be kept for compatibility with existing programs. These should not be...
**Description** My solution consists in consuming an API that allows to query a list of words related to a context, for example, for the context of a pastry shop, we...
**Is your feature request related to a problem? Please describe.** I need to generate real words from a dictionary to use inside a security project. The problem with the hard-coded...
**Description** Refactors `struct.go` file and fixes issue related to inner structs. **Are you trying to fix an existing issue?** #94 **Go Version** ``` $ go version go version go1.20.2 linux/amd64...
**Description** Replace this line with a short description of your changes **Are you trying to fix an existing issue?** Replace this line with a link to the issue you are...
**Is your feature request related to a problem? Please describe.** Users could specify the country code as an input parameter or option when generating a bank account ID. For example,...