add logger to assets

This commit is contained in:
Thomas Boerger
2019-12-09 11:56:33 +01:00
parent 3498580b7b
commit 1aa4e64764

View File

@@ -55,6 +55,7 @@ func New(opts ...Option) http.FileSystem {
options := newOptions(opts...)
return assets{
logger: options.Logger,
config: options.Config,
}
}