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

`bool` value #20

Open ralbear opened 1 year ago

ralbear commented 1 year ago

Is there any way to generate a bool value?

faker:"bool"

Thanks!