Filipe Gorges Reuwsaat
Results
1
issues of
Filipe Gorges Reuwsaat
Would it be possible to define arguments for custom tags? For example: ```go type Employee struct { Name string `faker:"name"` TerminationDateSet *time.Time `faker:"termination_date, freq=10"` } ``` That would avoid creating...