Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEBUG = true MAP_KEY_ONLY = iota )
View Source
const ( N_Map = iota N_List N_String )
Variables ¶
View Source
var (
RE_INT, _ = regexp.Compile("^[0-9,]+$")
RE_FLOAT, _ = regexp.Compile("^[0-9]+[.][0-9]+$")
RE_DATE, _ = regexp.Compile("^[0-9]{4}-[0-9]{2}-[0-9]{2}$")
RE_TIME, _ = regexp.Compile("^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$")
)
View Source
var AddStack = true
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.