From 7256c56eeecb9cbdf7dbbcc6b4bf2cef246ee1c3 Mon Sep 17 00:00:00 2001 From: Mario Idival Date: Tue, 11 Aug 2015 10:53:12 -0300 Subject: [PATCH] add bro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af3d0bb3..08f437b9 100644 --- a/README.md +++ b/README.md @@ -614,6 +614,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * Testing Frameworks * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing + * [bro](https://github.com/marioidival/bro) - Watch files in directory and run tests for them * [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 * [goblin](https://github.com/franela/goblin) - Mocha like testing framework fo Go