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

Adding Currency generator #79

Closed jaswdr closed 2 years ago

jaswdr commented 2 years ago

Description

Fixes #77 by creating a Currency generator.

Are you trying to fix an existing issue?

Currency generates currencies names, codes, numbers and countries names.

Go Version

$ go version
go version go1.14.5 darwin/amd64

Go Tests

$ go test
PASS
ok      github.com/jaswdr/faker 1.287s