From 507d082c5f84c0b2c178e88a0993f18349aed8af Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sat, 14 Feb 2015 14:30:46 -0500 Subject: [PATCH] Add Validation section Added Validation section for application data validation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 752e82d..43d3249 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Text Processing](#text-processing) - [Third-party APIs](#third-party-apis) - [Utilities](#utilities) + - [Validation](#validation) - [Version Control](#version-control) - [Video](#video) - [Web Frameworks](#web-frameworks) @@ -561,6 +562,13 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. +## Validation + +*Libraries for validation.* + +* [go-validate-yourself](https://github.com/joeybloggs/go-validate-yourself) - Go Struct and Field validation + + ## Version Control *Libraries for version control.*