jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
566 stars 59 forks source link

fix intn panic (#163) #166

Closed jaswdr closed 8 months ago

jaswdr commented 8 months ago

This reverts commit ae23891d4c901b3603aad44fa0bba41cf0735f84.

Description

Re-applying fix of potential panic that could happen when generating int values.

Are you trying to fix an existing issue?

Reverting #165

Go Version

$ go version
go version go1.21.5 darwin/arm64

Go Tests

$ go test ./...
ok      github.com/jaswdr/faker/v2  3.687s