restructure Start

This commit is contained in:
2025-12-14 11:54:50 -05:00
parent f0e1f52ae2
commit 2ff43cb8df
2 changed files with 36 additions and 44 deletions

View File

@@ -13,10 +13,10 @@ func Path(path string, err error) {
path = strings.TrimPrefix(path, "/")
if path == "" {
path = "/"
path = "(null)"
}
fmt.Printf("> %s ", path)
fmt.Printf(" > %s ", path)
if err == nil {
OK("ok")
return