]> Cypherpunks repositories - gostls13.git/commit
strings, bytes: document behavior of Replace when old is empty
authorCaleb Spare <cespare@gmail.com>
Mon, 25 Aug 2014 21:42:27 +0000 (14:42 -0700)
committerRob Pike <r@golang.org>
Mon, 25 Aug 2014 21:42:27 +0000 (14:42 -0700)
commit2c121b68b1c39f0a36546db2457d34e18c4bf73a
tree8eb175435ea957a79efd86314982f064d196e79f
parent958a6101eb75747555b2d5596de9ed93a54b83df
strings, bytes: document behavior of Replace when old is empty

Fixes #8143.

LGTM=r
R=rsc, bradfitz, r
CC=golang-codereviews
https://golang.org/cl/135760043
src/pkg/bytes/bytes.go
src/pkg/strings/strings.go