1
0
mirror of https://github.com/kataras/iris.git synced 2026-08-01 00:49:51 +00:00

add support for embed.FS

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-09-19 01:15:38 +03:00
parent 71e8a14615
commit 414c1ad1ae
15 changed files with 179 additions and 22 deletions
+1
View File
@@ -13,6 +13,7 @@ import (
"strings"
"github.com/kataras/iris/v12/context"
"gopkg.in/yaml.v3"
)