This commit is contained in:
Jeremy Facchetti 2023-01-04 17:36:46 +01:00 коммит произвёл Jeremy Facchetti
Родитель 3810d4329d
Коммит 4c77042ab2
1 изменённых файлов: 5 добавлений и 7 удалений

Просмотреть файл

@ -222,13 +222,11 @@ var _bindata = map[string]func() (*asset, error){
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
//
// data/
// foo.txt
// img/
// a.png
// b.png
//
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error