mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
update dependencies
This commit is contained in:
@@ -59,7 +59,7 @@ func asset(fileSystem fs.FS, name string) ([]byte, error) {
|
||||
return data, nil
|
||||
}
|
||||
|
||||
func getFS(fsOrDir interface{}) fs.FS {
|
||||
func getFS(fsOrDir any) fs.FS {
|
||||
return context.ResolveFS(fsOrDir)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user