From 34b84953ff972edbab0eea5fed754c6893218734 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 22 Oct 2017 19:59:26 -0700 Subject: [PATCH] change related software --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c75f180..1a78353 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Complementary Software Here is a list of software that complements using this library either pre or post validation. * [form](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support. -* [Conform](https://github.com/leebenson/conform) - Trims, sanitizes & scrubs data based on struct tags. +* [mold](https://github.com/go-playground/mold) - A general library to help modify or set data within data structures and other objects How to Contribute ------