add logger to assets

This commit is contained in:
Thomas Boerger committed 2019-12-09 16:12:53 +01:00
1 parent 3498580b7b
commit 1aa4e64764
1 file changed
+1
+1
View File
@@ -55,6 +55,7 @@ func New(opts ...Option) http.FileSystem {
options := newOptions(opts...)
return assets{
logger: options.Logger,
config: options.Config,
}
}