diff --git a/parseany.go b/parseany.go index fd81d10..6bddfa9 100644 --- a/parseany.go +++ b/parseany.go @@ -7,10 +7,10 @@ import ( "unicode" ) -type DateState int +type dateState int const ( - st_START DateState = iota + st_START dateState = iota st_DIGIT st_DIGITDASH st_DIGITDASHALPHA