From 995b7600b42d3041c1141b30a0f42726efb66c95 Mon Sep 17 00:00:00 2001 From: Karol Duleba Date: Sun, 26 Jul 2015 21:09:36 +0100 Subject: [PATCH] govalidator belongs in Validation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91486f99..8b576743 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * Utility * [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go. - * [govalidator](https://github.com/asaskevich/govalidator) - package of string validators and sanitizers for Go lang. * [xurls](https://github.com/mvdan/xurls) - Extract urls from text @@ -748,6 +747,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for validation.* +* [govalidator](https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs * [validator](https://github.com/bluesuncorp/validator) - Go Struct and Field validation supporting Cross Field and Cross Struct validation