mirror of
https://github.com/araddon/dateparse.git
synced 2025-08-20 20:28:40 +08:00
state constants dont need to be public
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user