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

Faker: Project code names heroku style #133

Closed 3zcurdia closed 1 month ago

3zcurdia commented 1 year ago

Description

Are you trying to fix an existing issue?

Nope

Go Version

$ go version
go version go1.20.2 darwin/arm64

Go Tests

$ go test
2023/03/18 11:47:08 Error while requesting https://loremflickr.com/300/200 : request failed
2023/03/18 11:47:09 Error while creating a temp file: temp file creation failed
2023/03/18 11:47:10 Error while requesting https://thispersondoesnotexist.com/image : request failed
2023/03/18 11:47:10 Error while creating a temp file: temp file creation failed
PASS
ok      github.com/jaswdr/faker 6.496s