aboutsummaryrefslogtreecommitdiff
path: root/src/strings/replace.go
AgeCommit message (Expand)Author
2019-07-10strings: document that order of pairs matters in NewReplacerFrancesco Renzi
2019-04-03strings: document that NewReplacer can panicBrad Fitzpatrick
2018-10-13strings: Replace s[:] to s where s is a slice.Ivan Sharavuev
2018-10-03io: export StringWriterDaniel Martí
2018-08-21strings: select Replacer algorithm and build machine lazilyBrad Fitzpatrick
2018-04-26strings: clarify Replacer's replacement orderAlberto Donizetti
2018-04-02strings: speed-up replace for byteStringReplacer caseIlya Tocar
2014-09-08build: move package sources from src/pkg to srcRuss Cox