state constants dont need to be public

This commit is contained in:
Aaron Raddon 2017-07-26 18:27:53 -07:00
parent 11f69fe6d8
commit 6e540a639f

View File

@ -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