Debug 打印调试信息
(tag string, description string)
| 43 | |
| 44 | // Debug 打印调试信息 |
| 45 | func Debug(tag string, description string) { |
| 46 | logs.Println("[" + tag + "]" + description) |
| 47 | } |
| 48 | |
| 49 | // Println 打印普通信息 |
| 50 | func Println(tag string, description string) { |
no outgoing calls
no test coverage detected