From def3b51563af37692497b363213af0026a347f72 Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Wed, 22 Jul 2015 20:49:29 -0400 Subject: [PATCH 1/2] Add Basic Assertion Library Add https://github.com/bluesuncorp/assert - A Basic Assertion Library used along side native go testing, with building blocks for custom assertions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af3d0bb3..cd261344 100644 --- a/README.md +++ b/README.md @@ -613,6 +613,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for testing codebases and generating test data.* * Testing Frameworks + * [assert](https://github.com/bluesuncorp/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go * [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code From e16a024145a685891cc836f844cdefde8a6244ee Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 26 Jul 2015 22:02:02 -0400 Subject: [PATCH 2/2] update library description a few weeks ago I added validation to Slice, Array and Maps contents as well as each or any level within, so just updating the library description to reflect that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bd2a36c..4f0d29e8 100644 --- a/README.md +++ b/README.md @@ -749,7 +749,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 +* [validator](https://github.com/bluesuncorp/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving ## Version Control