gofakeit icon indicating copy to clipboard operation
gofakeit copied to clipboard

Random fake data generator written in go

Results 10 gofakeit issues
Sort by recently updated
recently updated
newest added

Add ability to add random html elements.

enhancement
help wanted

Right now the city may not be in the same state as well as the zip code and the full address isnt a good representation of actual usage

See if you can randomly generate random css maybe just like json where you add a bunch of fields and randomize the value associated to it.

Add the ability to generate random errors

Add ability to generate a comment. Look at variations of types of comments and see if we can replicate them as best as possible

enhancement
help wanted

Company slogan would be good to add

enhancement
help wanted

Randomly selects two statements in a would you rather style game

The `gofakeit.Password` function does not seem to produce the a password with specified criteria when the tests are executed in parallel. For example I have ``` gofakeit.Password(true, true, true, true,...

enhancement

This small feature introduces the `Transformable` interface which can be implemented to capture generated values and assign them as needed on a `Transformable`. Example use case is an option type...

Maybe we can add some GIS related data types, like WKT, Polygon, Point。So I can Put it into JTS, GEOS, or GDAL for testing data.