diff options
Diffstat (limited to 'static/fs.go')
-rw-r--r-- | static/fs.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/fs.go b/static/fs.go new file mode 100644 index 0000000..b770631 --- /dev/null +++ b/static/fs.go @@ -0,0 +1,6 @@ +package static + +import "embed" + +//go:embed assets/* index.html +var FS embed.FS |