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

[BUG] Swap double-quotes in first and last names with single-quotes #152

Closed mwgrimm closed 1 year ago

mwgrimm commented 1 year ago

Description

Replaces double-quotes in generated person first and last names with single-quotes.

Are you trying to fix an existing issue?

https://github.com/jaswdr/faker/issues/151

Go Version

$ go version
go version go1.21.1 darwin/amd64

Go Tests

$ go test
2023/09/25 16:58:13 Error while requesting https://loremflickr.com/300/200 : request failed
2023/09/25 16:58:13 Error while creating a temp file: temp file creation failed
2023/09/25 16:58:13 Error while requesting https://randomuser.me : request failed
2023/09/25 16:58:13 Error while creating a temp file: temp file creation failed
PASS
ok      github.com/jaswdr/faker 4.592s