1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-29 07:47:22 +00:00

thanks @getsentry for the montlhy sponsor

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-10-13 12:46:39 +03:00
parent 173de0f852
commit 53dde1b15d
4 changed files with 54 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ var ResolveHTTPFS = func(fsOrDir interface{}) http.FileSystem {
}
// FindNames accepts a "http.FileSystem" and a root name and returns
// the list containg its file names.
// the list containing its file names.
func FindNames(fileSystem http.FileSystem, name string) ([]string, error) {
f, err := fileSystem.Open(name)
if err != nil {