From e452260576dc8bc69778a51d3c6a620b7e94d1c3 Mon Sep 17 00:00:00 2001 From: Enrico Date: Fri, 11 Sep 2020 18:25:08 +0200 Subject: [PATCH] Add github.com/pioz/faker package (#3235) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc895c3f..34261c17 100644 --- a/README.md +++ b/README.md @@ -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.