# 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.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
AssetReadDir mimics ioutil.ReadDir, returning a list of []os.FileInfo for the specified directory.
AssetStat wraps AssetInfo, but returns os.ErrNotExist if the requested file is not found.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
RestrictedCopy creates an on-disk copy of the embedded security asset with the provided path.

# Variables

EmbeddedAssets is an AssetLoader pointing to embedded asset functions.