Versions in this module Expand all Collapse all v1 v1.0.0 Jul 1, 2025 Changes in this version + type ReplaceRule struct + From *regexp.Regexp + To string + type ReplaceRuleList []ReplaceRule + func (r *ReplaceRuleList) Set(s string) error + func (r *ReplaceRuleList) String() string + type Strings []string + func (s *Strings) Set(val string) error + func (s *Strings) String() string