-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add additional data types #8
base: master
Are you sure you want to change the base?
Conversation
Would be nice to merge #7 too |
@Lusitaniae hi! Since this repo seems dead. How can i compile your fork?
go version: go1.16.6 linux/amd64 I've tried setting
Seems that manually installing them works:
Could |
Haven't look in a while at this, possibly I also installed those libraries manually? Will try to look into it later Feel free to submit a PR to my repo, to add custom length parameter |
Solves #3
Custom data type, it will hard code the provided string in case the data type is not supported by this tool or Faker.
Add other data types, taken from this fork https://github.com/omnea/go-anonymize-mysqldump
There's a lot of copied code from the fork above, and seems they have they own fork of faker too.
May be worthwhile splitting the PR