1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 05:55:57 +00:00

Add an Internal Application File LoggerPolicy simple example

Former-commit-id: ac7bfd25c1302f9c304c888c28804a6f5a00328c
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-03-24 13:00:55 +02:00
parent eaa3c91d51
commit b7be15b34b
2 changed files with 64 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ It doesn't contains "best ways" neither explains all its features. It's just a s
* [Hello World](beginner/hello-world/main.go)
* [Routes (using httprouter)](beginner/routes-using-httprouter/main.go)
* [Routes (using gorillamux)](beginner/routes-using-gorillamux/main.go)
* [Internal Application File Logger](beginner/file-logger/main.go)
* [Write JSON](beginner/write-json/main.go)
* [Read JSON](beginner/read-json/main.go)
* [Read Form](beginner/read-form/main.go)