Added Validation section and https://github.com/bluesuncorp/validator for struct and field validation using tags
diff --git a/Projects.md b/Projects.md
index fcf236a..8cb409e 100644
--- a/Projects.md
+++ b/Projects.md
@@ -58,6 +58,7 @@
* [Source Code Management](#source-code-management)
* [Strings and Text](#strings-and-text)
* [Testing](#testing)
+* [Validation](#validation)
* [Virtual Machines and Languages](#virtual-machines-and-languages)
* [Web Applications](#web-applications)
* [Web Libraries](#web-libraries)
@@ -1172,6 +1173,10 @@
* [test2doc](https://code.google.com/p/test2doc/) - Generate documentation for your go units from your unit tests.
* [ut](https://github.com/philpearl/ut) - Awesome mocks without magic.
+## Validation
+
+ * [validator](https://github.com/bluesuncorp/validator) - Go Struct and Field validation supporting Cross Field and Cross Struct validation
+
## Virtual Machines and Languages
* [agora](https://github.com/PuerkitoBio/agora) - A dynamically typed, garbage collected, embeddable programming language built with Go