mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-11 00:40:00 +08:00
chore: make print pretty (#1967)
This commit is contained in:
@@ -196,8 +196,9 @@ func (ng *engine) print() {
|
||||
|
||||
sort.Strings(routes)
|
||||
|
||||
fmt.Println("routes:")
|
||||
for _, route := range routes {
|
||||
fmt.Println(route)
|
||||
fmt.Printf(" %s\n", route)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user