1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 10:57:05 +00:00

accesslog: NEW log broker and many more features

some fixes about context clone, fix response recorder concurrent access, fix reload views with only ParseTemplate and more
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-09 14:43:26 +03:00
parent fb7627256a
commit b77227a0f9
15 changed files with 359 additions and 49 deletions

View File

@@ -11,6 +11,7 @@ func main() {
if err != nil {
panic(err)
}
e.Reload(true)
app := iris.New()
app.RegisterView(e)