1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-27 23:07:03 +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

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