continue working on config and default parsing
This commit is contained in:
parent
4d1b18fd12
commit
c6c801e248
8 changed files with 183 additions and 109 deletions
|
@ -41,7 +41,7 @@ func main() {
|
|||
}
|
||||
|
||||
}
|
||||
settings := builder.GetSettings()
|
||||
settings := builder.GetSettings(*rootPath)
|
||||
err := builder.Traverse(*rootPath, "foobar", settings)
|
||||
if err != nil {
|
||||
fmt.Printf("Error: %s\n", err.Error())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue