add logger to assets
This commit is contained in:
@@ -55,6 +55,7 @@ func New(opts ...Option) http.FileSystem {
|
||||
options := newOptions(opts...)
|
||||
|
||||
return assets{
|
||||
logger: options.Logger,
|
||||
config: options.Config,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user