1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 13:05:56 +00:00

fix https://github.com/kataras/iris/issues/1450 and continue on implementing 1449

Former-commit-id: 617f64d061e88f050a443ea1751fa244164656c5
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-02-14 23:34:56 +02:00
parent 09a410c6cb
commit c13fd84354
24 changed files with 581 additions and 144 deletions

View File

@@ -11,6 +11,9 @@ import (
"github.com/kataras/iris/v12"
)
// $ go get -u github.com/go-bindata/go-bindata/...
// $ go-bindata ./views/...
// $ go build
func main() {
app := iris.New()
tmpl := iris.Jet("./views", ".jet").Binary(Asset, AssetNames)