fake
fake copied to clipboard
Fake data generator for Go (Golang)
I've changed phones_format files and run `go generate` command. No error was shown. But when I trying compile my application I getting the follow error: ```bash go build # github.com/icrowley/fake...
Hi! I think it will be very useful to have some functions to generate random numbers based on the seed to be able to reproduce them. What do you think...
[Semver](http://semver.org) would help to keep track in e.g. [glide](https://glide.sh).
Adds `FileName` and `FileExtension`. `go generate` broke a var name, I had to change it from `data` to `_escData`, the tests pass but I wonder if there's a way avoid...
The name prefix/suffix files for english were formatted incorrectly, so all options would be returned instead of choosing from one of options. e.g. fake.MaleFullNameWithSuffix() would return 'John Smith Jr. Sr....
I guess all that would be needed, would be to expose a method: ``` // SetSource lets you customize the source used for generating random numbers. func SetSource(src rand.Source) {...
RT