//
pkg.gl
Category
github.com/laurentgoderre/moby
internal
lazyregexp
package
0.0.0-20250130204033-e82d90384e5b
Repository:
https://github.com/laurentgoderre/moby.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
58 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.