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.