From 0bd89c43c48179f65e03f3bdb52fa78f80b5c7c3 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 12:21:14 -0300 Subject: [PATCH] add restit on testing section developer by @yookoala --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1ebf91b..568f2752 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [mockhttp.go](https://github.com/tv42/mockhttp.go) - Mock object for Go http.ResponseWriter * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing * [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. +* [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. # Resources