1
0
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:
Gerasimos (Makis) Maropoulos
2021-02-07 02:08:34 +02:00
parent 36bd452b7a
commit ed33a77019
4 changed files with 13 additions and 16 deletions

View File

@@ -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)

View File

@@ -10,7 +10,6 @@ import (
)
func main() {
tmpl := iris.Jet("./views", ".jet")
tmpl.Reload(true)