Feat: captcha config

This commit is contained in:
HFO4
2019-11-13 17:22:45 +08:00
parent 7d4e212d4e
commit 9660d2f9c1
5 changed files with 69 additions and 20 deletions

View File

@ -25,7 +25,7 @@ type Logger struct {
// Println 打印
func (ll *Logger) Println(msg string) {
fmt.Printf("%s %s", time.Now().Format("2006-01-02 15:04:05 -0700"), msg)
fmt.Printf("%s %s\n", time.Now().Format("2006-01-02 15:04:05 -0700"), msg)
}
// Panic 极端错误