Versions in this module Expand all Collapse all v0 v0.1.2 May 20, 2017 v0.1.1 May 20, 2017 v0.1.0 May 17, 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)