2
0
mirror of https://github.com/araddon/dateparse.git synced 2026-01-31 10:24:23 +00:00

Code cleanup to reduce trial-error parsing

This commit is contained in:
Aaron Raddon
2016-05-03 13:55:11 -07:00
parent 7c2f96b241
commit a19b713c2e
2 changed files with 67 additions and 25 deletions

View File

@@ -57,6 +57,7 @@ import (
func init() {
u.SetupLogging("debug")
u.SetColorOutput()
}
func TestParse(t *testing.T) {