1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-27 13:55:56 +00:00

Merge pull request #1088 from yushuailiu/master

fix README

Former-commit-id: c28db41672057a1a932a9e87522b1dd52bb6302c
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-09-16 16:52:52 +03:00
committed by GitHub

View File

@@ -891,7 +891,7 @@ func main() {
### Testing ### Testing
Iris offers an incredible support for the [httpexpect](github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`. Iris offers an incredible support for the [httpexpect](https://github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`.
```go ```go
package main package main