Remove unused func AssetsGetFile().
This commit is contained in:
parent
3bb26f397c
commit
aa387e2021
@ -13,7 +13,3 @@ func Assets() http.FileSystem {
|
|||||||
f, _ := fs.Sub(assetsDir, "assets")
|
f, _ := fs.Sub(assetsDir, "assets")
|
||||||
return http.FS(f)
|
return http.FS(f)
|
||||||
}
|
}
|
||||||
|
|
||||||
func AssetsGetFile(path string) ([]byte, error) {
|
|
||||||
return assetsDir.ReadFile("assets/" + path)
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user