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

Add example for #1706 (we already cover that functionality through the rest of the examples, but make it clear for newcomers that, dependencies can be used for that kind of reasons as well)

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-01-21 05:57:37 +02:00
parent e990b23a64
commit 6c823e4864
3 changed files with 103 additions and 33 deletions

View File

@@ -253,6 +253,7 @@
* [Hello world](mvc/hello-world/main.go)
* [Basic](mvc/basic/main.go)
* [Wildcard](mvc/basic/wildcard/main.go)
* [Default request values](mvc/request-default-values/main.go)
* [Singleton](mvc/singleton)
* [Regexp](mvc/regexp/main.go)
* [Session Controller](mvc/session-controller/main.go)