]> Cypherpunks repositories - gostls13.git/commit
strings: Replace s[:] to s where s is a slice.
authorIvan Sharavuev <shpiwan@gmail.com>
Sat, 13 Oct 2018 10:14:39 +0000 (13:14 +0300)
committerIskander Sharipov <iskander.sharipov@intel.com>
Sat, 13 Oct 2018 11:17:13 +0000 (11:17 +0000)
commitc4f07510a0161c4493a751984e24532a1b189759
treeb2fe53c495157b68c85e1f867fb9febf948a345d
parentb4150f76144808bf0015fe23be0e2ade32a14599
strings: Replace s[:] to s where s is a slice.

Change-Id: Ie7ba3f9ece9b0fc0e8a5c92fbae9c3b558815e4c
Reviewed-on: https://go-review.googlesource.com/c/141997
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Iskander Sharipov <iskander.sharipov@intel.com>
src/strings/replace.go