This commit is contained in:
shoopea 2019-05-08 23:20:17 +08:00
parent 51f95af8a8
commit 00a976cd36

2
def.go
View File

@ -70,7 +70,7 @@ func fromChatWarsDate(d string) (t time.Time, err error) {
log.Printf("fromChatWarsDate : Minute : %s\n", r.ReplaceAllString(d, "${Minute}"), objId)
return time.Now(), nil
} else {
return nil, errors.New("Wrong format")
return time.Now(), errors.New("Wrong format")
}
}