I am trying to solve the problem of automatically translating a raft of regexes which were originally intended for GNU sed but that I'd like to run using GoLang, if feasible.I could not find any syntax options/settings for the regex package which I am assuming is quite strict in its syntax, PCRE or GNULib have options that can change some parts of the syntax.