1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-24 20:35:59 +00:00

minor versioning

ion is the other iris-based web framework that my team manages but I forgot to change the following two names to iris back again.


Former-commit-id: 27b970ce281cd299dea0d3c7ce38699b10891a39
This commit is contained in:
hiveminded
2017-07-14 06:19:58 +03:00
parent bde589f0a8
commit 8526217085
6 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ WithoutServerError(errors ...error) Configurator
By default no error is being ignored, of course.
Example code:
[_examples/http-listening/omit-server-errors](https://github.com/kataras/iris/tree/master/_examples/http-listening/listen-addr/omit-server-errors)
[_examples/http-listening/listen-addr/omit-server-errors](https://github.com/kataras/iris/tree/master/_examples/http-listening/listen-addr/omit-server-errors)
```go
package main