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

V2 package #162

Closed jaswdr closed 9 months ago

jaswdr commented 9 months ago

Description

Setup of V2 in go.mod and README

Are you trying to fix an existing issue?

N/A

Go Version

$ go version
go version go1.21.6 linux/amd64

Go Tests

$ go test
2024/01/20 11:44:00 Error while requesting https://loremflickr.com/300/200 : request failed
2024/01/20 11:44:00 Error while creating a temp file: temp file creation failed
2024/01/20 11:44:00 Error while requesting https://randomuser.me : request failed
2024/01/20 11:44:00 Error while creating a temp file: temp file creation failed
PASS
ok      github.com/jaswdr/faker/v2  2.144s