1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

made it work but looking for another approach

Former-commit-id: e61c4573543c57b8d6d4ef2583e40f52c391402f
This commit is contained in:
kataras
2017-12-04 05:06:03 +02:00
parent dd5de52f34
commit 7043f352d9
20 changed files with 855 additions and 792 deletions

2
doc.go
View File

@@ -222,7 +222,7 @@ Below you'll see some useful examples:
// ListenAndServe function of the `net/http` package.
app.Run(iris.Raw(&http.Server{Addr:":8080"}).ListenAndServe)
UNIX and BSD hosts can take advandage of the reuse port feature.
UNIX and BSD hosts can take advantage of the reuse port feature.
Example code: