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