Add github.com/pioz/faker package (#3235)

This commit is contained in:
Enrico 2020-09-11 18:25:08 +02:00 committed by GitHub
parent bd24080814
commit e452260576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1235,6 +1235,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [captcha](https://github.com/steambap/captcha) - Package captcha provides an easy to use, unopinionated API for captcha generation.
* [conv](https://github.com/cstockton/go-conv) - Package conv provides fast and intuitive conversions across Go types.
* [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter.
* [faker](https://github.com/pioz/faker) - Random fake data and struct generator for Go.
* [ffmt](https://github.com/go-ffmt/ffmt) - Beautify data display for Humans.
* [ghorg](https://github.com/gabrie30/ghorg) - Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, and Bitbucket.
* [go-commons-pool](https://github.com/jolestar/go-commons-pool) - Generic object pool for Golang.