From e3fcefdaecc371ec9b2f7941eed4ac6e9dd42353 Mon Sep 17 00:00:00 2001 From: Aaron Mulgrew Date: Sun, 3 May 2020 14:42:11 +0100 Subject: [PATCH] Add aaronmulgrew/gofaker Add the GoFaker library, which can generate faker user based data. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9775551..d1b6903 100644 --- a/README.md +++ b/README.md @@ -392,3 +392,4 @@ A curated list of awesome Go frameworks, libraries and software. * [aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) - Libraries, samples and tools to help Go developers develop AWS Lambda functions. * [colinmarc/hdfs](https://github.com/colinmarc/hdfs) - A native go client for HDFS * [steve0hh/midas](https://github.com/steve0hh/midas) - Go implementation of MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams +* [aaronmulgrew/gofaker](https://github.com/AaronMulgrew/GoFaker) - A native Go faker library based on Python Faker.