From 4c794fd539bb7d2f25f91c7e99568039bbf48f49 Mon Sep 17 00:00:00 2001 From: Alex Saskevich Date: Sun, 20 Jul 2014 22:08:51 +0300 Subject: [PATCH] Update README.md Added govalidator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a589b10..276a2ab 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go. * Utility + * [govalidator](https://github.com/asaskevich/govalidator) - package of string validators and sanitizers for Go lang. ## Third-party APIs