Merge pull request #502 from joeybloggs/master

Add Basic Assertion Library
This commit is contained in:
Matt Holt 2015-07-29 22:48:54 -06:00
commit 43d1d6837a

View File

@ -616,6 +616,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for testing codebases and generating test data.* *Libraries for testing codebases and generating test data.*
* Testing Frameworks * 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 * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing
* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go * [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 * [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code
@ -751,7 +752,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for validation.* *Libraries for validation.*
* [govalidator](https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs * [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 ## Version Control