Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Regexp ¶
type Regexp = *regexpStruct
Regexp is a wrapper struct used for wrapping MustCompile regex expressions used as global variables. Using this structure helps speed the startup time of apps that want to use global regex variables. This library initializes them on first use as opposed to the start of the executable.
Click to show internal directories.
Click to hide internal directories.