# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
No description provided by the author
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
No description provided by the author
No description provided by the author
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
# Variables
No description provided by the author
# Structs
AssetDirectory implements http.File interface for a directory.
AssetFile implements http.File interface for a no-directory file with content.
AssetFS implements http.FileSystem, allowing embedded files to be served from net/http package.
FakeFile implements os.FileInfo interface for a given path and size.