From e10211228cadd7e9dde589730590561095c8cb67 Mon Sep 17 00:00:00 2001 From: StabbyCutyou Date: Tue, 16 Feb 2016 14:24:14 -0500 Subject: [PATCH] Adding a link to Moldova, a utility for generating random data based on an input template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa6dcb9b..36d566ec 100644 --- a/README.md +++ b/README.md @@ -917,6 +917,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go * [mc](https://github.com/minio/mc) - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. * [mergo](https://github.com/imdario/mergo) - A helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +* [moldova](https://github.com/StabbyCutyou/moldova) - A utility for generating random data based on an input template. * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. * [multitick](https://github.com/VividCortex/multitick) - Multiplexor for aligned tickers * [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services.