mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
state constants dont need to be public
This commit is contained in:
parent
11f69fe6d8
commit
6e540a639f
@ -7,10 +7,10 @@ import (
|
|||||||
"unicode"
|
"unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
type DateState int
|
type dateState int
|
||||||
|
|
||||||
const (
|
const (
|
||||||
st_START DateState = iota
|
st_START dateState = iota
|
||||||
st_DIGIT
|
st_DIGIT
|
||||||
st_DIGITDASH
|
st_DIGITDASH
|
||||||
st_DIGITDASHALPHA
|
st_DIGITDASHALPHA
|
||||||
|
Loading…
Reference in New Issue
Block a user