You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
I wonder if that's possible, but it will need time to research this. I might need someone's help if possible. If not, I will take a look at this when I'm free.
FTR I tried that but it didn't work, id have to spend a bit more time knowing how the library works to know if it made sense for it to work. I want to just be able to produce fake data with a lower case character. May be other ways to achieve the same result.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Structs in Go have to have upper case names in order to be public but in json you can get around this by passing the tag: `json: name_lower`
Is there a way to do something similar with faker so that field names don't have to always be upper case?
The text was updated successfully, but these errors were encountered: