//
pkg.gl
Category
gogs.io/gogs
internal
lazyregexp
package
0.13.2
Repository:
https://github.com/gogs/gogs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
7
Files
78 SLOC
#
Functions
New
New creates a new lazy regexp, delaying the compiling work until it is first needed.
#
Structs
Regexp
Regexp is a wrapper around regexp.Regexp, where the underlying regexp will be compiled the first time it is needed.