Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( YYYYMMDDHH = regexp.MustCompile(`^\d{10}$`) YYYYMMDD = regexp.MustCompile(`^\d{8}$`) YYYYMM = regexp.MustCompile(`^\d{6}$`) )
View Source
var (
HTTPProtocol = regexp.MustCompile("^(?i)(http|https)://")
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.