mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +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:
@@ -9,6 +9,7 @@ func main() {
|
||||
return "Hello, " + name + "!"
|
||||
},
|
||||
})
|
||||
e.Reload(true)
|
||||
|
||||
app := iris.New()
|
||||
app.RegisterView(e)
|
||||
|
||||
Reference in New Issue
Block a user