1
0

Remove unused func AssetsGetFile().

This commit is contained in:
Alexander Andreev 2024-12-30 15:58:41 +04:00
parent 3bb26f397c
commit aa387e2021
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -13,7 +13,3 @@ func Assets() http.FileSystem {
f, _ := fs.Sub(assetsDir, "assets")
return http.FS(f)
}
func AssetsGetFile(path string) ([]byte, error) {
return assetsDir.ReadFile("assets/" + path)
}