Versions in this module Expand all Collapse all v1 v1.2.1 Mar 21, 2017 v1.2.0 Mar 21, 2017 Changes in this version + type Replacer struct + func NewReplacer(oldnew ...string) *Replacer + func (r *Replacer) Replace(s string) string + func (r *Replacer) WriteString(w io.Writer, s string) (n int, err error)