From 76dff3191a91a9687000d111a7c7680ae38ec1e3 Mon Sep 17 00:00:00 2001 From: Lee Benson Date: Thu, 7 Jan 2016 11:10:34 +0000 Subject: [PATCH] Update README.md - fixes HTTPS in conform link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c57a084..248d2e2c 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bind](https://github.com/robfig/bind) - Bind form data to any Go values * [binding](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct. -* [conform](github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. +* [conform](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. * [formam](https://github.com/monoculum/formam) - decode form's values into a struct. * [forms](https://github.com/albrow/forms) - A framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files. * [gorilla/csrf](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services.