1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-20 10:26:01 +00:00

Full support of the http.FileSystem on all view engines as requested at #1575

Also, the HandleDir accepts both string and http.FileSystem (interface{}) (like the view's fs)
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-05 08:34:09 +03:00
parent 7e6d453dad
commit e1f25eb098
50 changed files with 1613 additions and 1226 deletions

2
go.mod
View File

@@ -19,7 +19,7 @@ require (
github.com/iris-contrib/pongo2 v0.0.1
github.com/iris-contrib/schema v0.0.6
github.com/json-iterator/go v1.1.10
github.com/kataras/blocks v0.0.2
github.com/kataras/blocks v0.0.3
github.com/kataras/golog v0.1.2
github.com/kataras/neffos v0.0.16
github.com/kataras/pio v0.0.10