1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-19 01:45:58 +00:00

HISTORY.md: Add How to upgrade to V3.0.0-rc.3

This commit is contained in:
Makis Maropoulos
2016-06-24 02:01:53 +03:00
parent b0d5cbb65f
commit 95813bf36b
2 changed files with 14 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ func main() {
c.JSON(iris.StatusOK, iris.Map{
"Name": "Iris",
"Born": "13 March 2016",
"Stars": 3304,
"Stars": 3404,
})
})
iris.Listen(":8080")
@@ -137,6 +137,12 @@ Benchmarks
[Please click here to view all detailed benchmarks.](https://github.com/smallnest/go-web-framework-benchmark)
Testing
------------
Tests are located to the [iris-contrib/tests repository](https://github.com/iris-contrib/tests), community should write some code there!
I recommend writing your API tests using this new library, [httpexpect](https://github.com/gavv/httpexpect) which supports Iris and fasthttp now, after my request [here](https://github.com/gavv/httpexpect/issues/2).
Versioning
------------