ADDED:
* remap package
This commit is contained in:
brent saner
2025-08-02 09:39:06 -04:00
parent d9bd928edb
commit 154170c0e5
4 changed files with 66 additions and 0 deletions

10
remap/types.go Normal file
View File

@@ -0,0 +1,10 @@
package remap
import (
`regexp`
)
// ReMap provides some map-related functions around a regexp.Regexp.
type ReMap struct {
*regexp.Regexp
}