timeFormat returns a customized time string for logger.
(t time.Time)
| 195 | |
| 196 | // timeFormat returns a customized time string for logger. |
| 197 | func timeFormat(t time.Time) string { |
| 198 | return t.Format("2006/01/02 - 15:04:05") |
| 199 | } |
no outgoing calls
no test coverage detected