mirror of
https://github.com/kataras/iris.git
synced 2026-01-19 18:05:58 +00:00
Merge pull request #1636 from kataras/pongo2-v4
Update pongo2 to version 4
This commit is contained in:
@@ -4,9 +4,8 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/kataras/iris/v12"
|
||||
|
||||
// optionally, registers filters like `timesince`.
|
||||
_ "github.com/iris-contrib/pongo2-addons"
|
||||
// optionally, register filters like `timesince`.
|
||||
_ "github.com/iris-contrib/pongo2-addons/v4"
|
||||
)
|
||||
|
||||
var startTime = time.Now()
|
||||
|
||||
Reference in New Issue
Block a user