fixed processFrontmatter and added test
This commit is contained in:
parent
35c14f09c0
commit
af81617db5
7 changed files with 162 additions and 183 deletions
|
@ -42,7 +42,8 @@ func main() {
|
|||
|
||||
}
|
||||
settings := builder.GetSettings(*rootPath, "foobar")
|
||||
err := builder.Traverse(*rootPath, "foobar", settings)
|
||||
// err := builder.Traverse(*rootPath, "foobar", settings)
|
||||
err := builder.ProcessTraverse(*rootPath, "foobar", settings)
|
||||
if err != nil {
|
||||
fmt.Printf("Error: %s\n", err.Error())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue