Small refactorings

This commit is contained in:
Deluan
2021-07-20 18:43:15 -04:00
parent 08840f6170
commit 7540881695
8 changed files with 13 additions and 19 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ import (
"io/fs"
)
//go:embed build/*
//go:embed build
var filesystem embed.FS
func Assets() fs.FS {
func BuildAssets() fs.FS {
build, _ := fs.Sub(filesystem, "build")
return build
}