mirror of
https://github.com/araddon/dateparse.git
synced 2025-09-16 11:48:20 +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