From a35607d6e3cd37382c4f16f722a2beb7acd94d90 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 8 Jan 2017 06:41:38 +0200 Subject: [PATCH] Add 'vendor' folder for the httptest package dependecy (its master were broken before 4 hours, you are covered) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd5932a3..34379633 100644 --- a/README.md +++ b/README.md @@ -841,7 +841,7 @@ You can read the full article [here](https://translate.google.com/translate?sl=a Testing ------------ -I recommend writing your API tests using this new library, [httpexpect](https://github.com/gavv/httpexpect). You can find Iris examples [here](https://github.com/gavv/httpexpect/blob/master/_examples/iris_test.go), [here](https://github.com/kataras/iris/blob/master/http_test.go) and [here](https://github.com/kataras/iris/blob/master/context_test.go). +I recommend writing your API tests using this new library, [httpexpect](https://github.com/gavv/httpexpect). You can find Iris examples [here](https://github.com/kataras/iris/blob/master/vendor/github.com/gavv/httpexpect/_examples/iris_test.go), [here](https://github.com/kataras/iris/blob/master/http_test.go) and [here](https://github.com/kataras/iris/blob/master/context_test.go). Versioning ------------