fix NewConfig
This commit is contained in:
parent
21b7e666bb
commit
1b06291e8d
1 changed files with 2 additions and 0 deletions
2
tree.go
2
tree.go
|
@ -150,12 +150,14 @@ func NewConfig(
|
|||
attachmentDirName string,
|
||||
customMeta map[string]func() string,
|
||||
excludes []string,
|
||||
apps map[string]appCallback,
|
||||
) Config {
|
||||
return Config{
|
||||
ReadableFormats: readableFormats,
|
||||
AttachmentDirName: attachmentDirName,
|
||||
CustomMeta: customMeta,
|
||||
Excludes: excludes,
|
||||
Apps: apps,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue