v1.9.1
ADDED: * remap package
This commit is contained in:
10
remap/types.go
Normal file
10
remap/types.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package remap
|
||||
|
||||
import (
|
||||
`regexp`
|
||||
)
|
||||
|
||||
// ReMap provides some map-related functions around a regexp.Regexp.
|
||||
type ReMap struct {
|
||||
*regexp.Regexp
|
||||
}
|
||||
Reference in New Issue
Block a user