mirror of
https://github.com/araddon/dateparse.git
synced 2025-10-22 14:26:16 +08:00
Fix ineffective break statements
This commit is contained in:
@@ -68,7 +68,7 @@ var (
|
||||
"2014-04-26",
|
||||
}
|
||||
|
||||
ErrDateFormat = fmt.Errorf("Invalid Date Format")
|
||||
ErrDateFormat = fmt.Errorf("invalid date format")
|
||||
|
||||
timeFormats = []string{
|
||||
// ISO 8601ish formats
|
||||
|
Reference in New Issue
Block a user