Fix ineffective break statements

This commit is contained in:
Klondike Dragon
2023-12-08 18:31:28 -07:00
parent 01b692d1ce
commit 465140d619
2 changed files with 3 additions and 3 deletions

View File

@@ -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