mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
upgrade jet parser to version 6 as requested
relative to: https://github.com/kataras/iris/issues/1723
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
* [Root and Proxy AccessLog instances](logging/request-logger/accesslog-proxy/main.go)
|
||||
* API Documentation
|
||||
* [Yaag](apidoc/yaag/main.go)
|
||||
* [Swagger](https://github.com/iris-contrib/swagger/tree/master/example)
|
||||
* [Swagger](https://github.com/iris-contrib/swagger/tree/master/_examples/basic)
|
||||
* [Testing](testing/httptest/main_test.go)
|
||||
* [Recovery](recover/main.go)
|
||||
* [Profiling](pprof/main.go)
|
||||
|
||||
@@ -10,7 +10,6 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
tmpl := iris.Jet("./views", ".jet")
|
||||
tmpl.Reload(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user