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

[FEATURE] Add methods for uints #127

Closed jaswdr closed 1 year ago

jaswdr commented 1 year ago

Description

Add UintBetween* generators.

Are you trying to fix an existing issue?

Fixes #125

Go Version

$ go version
go version go1.14.3 darwin/amd64

Go Tests

$ go test
2022/12/25 11:06:17 Error while requesting https://loremflickr.com/300/200 : request failed
2022/12/25 11:06:17 Error while creating a temp file: temp file creation failed
2022/12/25 11:06:18 Error while requesting https://thispersondoesnotexist.com/image : request failed
2022/12/25 11:06:18 Error while creating a temp file: temp file creation failed
PASS
ok      github.com/jaswdr/faker 2.597s