package
0.0.0-20190904063317-a4b65675e0fb
Repository: https://github.com/tmthrgd/go-bindata.git
Documentation: pkg.go.dev

# Functions

New returns a new asset filesystem.
NewCompressed returns a new asset filesystem that will optionally serve precompressed .gz and .br resources from compressed.
NewCompressedWithETag returns a new asset filesystem that will optionally serve precompressed .gz and .br resources from compressed.
NewWithETag returns a new asset filesystem that will include an ETag derived from the assets FileHash() if implemented.

# Structs

FileServer is a http.Handler that serves files from the provided AssetAndInfo methods.

# Type aliases

AssetAndInfo represents the generated AssetAndInfo method.