1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 21:15:56 +00:00

Merge pull request #1236 from AlexJuca/master

Improved english documentation

Former-commit-id: 30e8dad0603247a23e1ef8d50950a36a166a4d02
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-04-10 14:57:58 +03:00
committed by GitHub

View File

@@ -277,9 +277,9 @@ func main() {
The package [hero](hero) contains features for binding any object or functions that `handlers` can use, these are called dependencies.
With Iris you get truly safe bindings thanks to the [hero](_examples/hero) [package](hero). It is blazing-fast, near to raw handlers performance because Iris calculates everything before even server goes online!
With Iris you get truly safe bindings thanks to the [hero](_examples/hero) [package](hero). It is blazing-fast, near to raw handlers performance because Iris calculates everything before the server even goes online!
Below you will see some screenshots I prepared for you in order to be easier to understand:
Below you will see some screenshots I prepared to facilitate understanding:
#### 1. Path Parameters - Built'n Dependencies