diff options
Diffstat (limited to 'fs.go')
-rw-r--r-- | fs.go | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +package main + +import "embed" + +//go:embed static/* +var staticFS embed.FS + +//go:embed tpl/* +var tplFS embed.FS |
index : pkg.git | ||
Исходники https://go.neonxp.ru/ | NeonXP |
summaryrefslogtreecommitdiff |