From 598aac293f2d2d7756b19af8f520b50a1a3a5aa5 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Tue, 2 Aug 2016 09:45:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7583259..48ebdbb 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ Complimentary Software Here is a list of software that compliments using this library either pre or post validation. -* [Gorilla Schema](https://github.com/gorilla/schema) - Package gorilla/schema fills a struct with form values. +* [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. How to Contribute