Versions in this module Expand all Collapse all v1 v1.0.1 Feb 8, 2024 v1.0.0 Feb 8, 2024 Changes in this version + type Field struct + IsCaseSensitive bool + New string + Old string + type Replacer interface + GetOutputDir func() string + GetSourcePath func() string + ReadFile func(filename string) ([]byte, error) + SaveFiles func() error + SetIgnoreSubDirs func(dirs ...string) + SetIgnoreSubFiles func(filenames ...string) + SetOutputDir func(absDir string, name ...string) error + SetReplacementFields func(fields []Field) + SetSubDirsAndFiles func(subDirs []string, subFiles ...string) + func New(path string) (Replacer, error) + func NewFS(path string, fs embed.FS) (Replacer, error)