mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
various improvements and new 'UseOnce' method - read HISTORY.md
This commit is contained in:
@@ -26,7 +26,10 @@ type AmberEngine struct {
|
||||
templateCache map[string]*template.Template
|
||||
}
|
||||
|
||||
var _ Engine = (*AmberEngine)(nil)
|
||||
var (
|
||||
_ Engine = (*AmberEngine)(nil)
|
||||
_ EngineFuncer = (*AmberEngine)(nil)
|
||||
)
|
||||
|
||||
// Amber creates and returns a new amber view engine.
|
||||
// The given "extension" MUST begin with a dot.
|
||||
|
||||
Reference in New Issue
Block a user