Continued work on directory traversal

This commit is contained in:
Daniel Fichtinger 2024-11-10 13:49:08 -05:00
parent 54dbec451e
commit c81985e79a
2 changed files with 28 additions and 6 deletions

View file

@ -46,7 +46,7 @@ func main() {
// os.Exit(1)
// }
// convert.ConvertFile(*mdPath, "test/test.html")
err := util.Traverse("test")
err := util.Traverse("test", "foobar")
if err != nil {
fmt.Printf("Error: %s\n", err.Error())
}