1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 20:37:05 +00:00

gofmted -s

This commit is contained in:
Gerasimos Maropoulos
2016-10-25 16:49:57 +03:00
parent 78d145c207
commit ee9b153f6d
3 changed files with 5 additions and 5 deletions

View File

@@ -1947,7 +1947,7 @@ func (api *muxAPI) StaticEmbedded(requestPath string, vdir string, assetFn func(
}
if len(names) == 0 {
// we don't start the server yet, so:
panic("iris.StaticEmbedded: Unable to locate any embedded files located to the (virutal) directory: " + vdir)
panic("iris.StaticEmbedded: Unable to locate any embedded files located to the (virtual) directory: " + vdir)
}
modtime := time.Now()