From 6985fb98dac879f2e3d7c51db0b325ba92d59518 Mon Sep 17 00:00:00 2001 From: jfilipczyk Date: Fri, 8 Feb 2019 10:36:29 +0100 Subject: [PATCH] Add jfilipczyk/gomatch (#2360) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84352e71..2b5a0d81 100644 --- a/README.md +++ b/README.md @@ -1350,6 +1350,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [godog](https://github.com/DATA-DOG/godog) - Cucumber or Behat like BDD framework for Go. * [gofight](https://github.com/appleboy/gofight) - API Handler Testing for Golang Router framework. * [gogiven](https://github.com/corbym/gogiven) - YATSPEC-like BDD testing framework for Go. + * [gomatch](https://github.com/jfilipczyk/gomatch) - library created for testing JSON against patterns. * [gomega](http://onsi.github.io/gomega/) - Rspec like matcher/assertion library. * [GoSpec](https://github.com/orfjackal/gospec) - BDD-style testing framework for the Go programming language. * [gospecify](https://github.com/stesla/gospecify) - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec.