package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev

# Functions

New creates a new lazy regexp, delaying the compiling work until it is first needed.

# Structs

Regexp is a wrapper around regexp.Regexp, where the underlying regexp will be compiled the first time it is needed.