mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
fix README
Former-commit-id: a7c3c6555d4a378d1c4e2647bd1f08566b5a2b37
This commit is contained in:
parent
6fc7fc632a
commit
8b4167c2ab
|
@ -890,7 +890,7 @@ func main() {
|
|||
|
||||
### 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
|
||||
package main
|
||||
|
|
Loading…
Reference in New Issue
Block a user