restructure Start
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user