go-faker / faker

Go (Golang) Fake Data Generator for Struct, previously https://github.com/bxcodec/faker
https://pkg.go.dev/github.com/go-faker/faker/v4
MIT License
614 stars 30 forks source link

fix: slice-len for slices with pointers #39

Closed mmikalsen closed 5 months ago

mmikalsen commented 7 months ago

Encountered issue #19, where Unknown Type errors occurred when attempting to fake data for slices with pointers to structs with the slice_len tag. Despite attempts by the repository owner to contact the original author, there has been no response, prompting me to reimplement the fix.

mmikalsen commented 5 months ago

fixed in 3032a45