feat: add isbn 10/13 fake generation support#368
Conversation
|
Sorry I missed this. The pr looks good. The only thing i question is the categorization. Instead of creating a new one lets put it under product. Once that update is done ill get this merged in. Nice job! |
|
Thanks @brianvoe for the review. I have one concern merging
Which one do you think would work the best here? |
|
Lets do the more common ISBN 13 |
|
any update on this? |
|
@phoenisx is anything else you need to do for this pr? |
|
Apologies for the delay, I was occupied with other things. I've made the changes to accommodate the requested changes earlier, though I'm facing issues with the tests. Maybe someone can help me here 🙇🏽 |
|
I got you. Im gonna do some cleanup and simplification but ill keep your general feature in mind and get tests working. |
|
v7.3.0 I did some major cleanup and simplification |
Closes #367
Description
Adds support for ISBN 10/13 strings in
gofakeitlibrary. It's inspired from https://github.com/joke2k/faker/blob/master/faker/providers/isbnCurrently added support for only
en-USregions, i.e. 0 & 1 Registration Groups. We can expand this data to support other regions/countries if required in future.Let me know your thoughts, and any fixes if necessary, coz this will be my first Golang PR 😅 🎉 🙌🏽