]> Cypherpunks repositories - gostls13.git/commit
pprof: replace bits = bits + "..." to bits += "..." where bits is a string.
authorIvan Sharavuev <shpiwan@gmail.com>
Sat, 13 Oct 2018 10:25:20 +0000 (13:25 +0300)
committerIan Lance Taylor <iant@golang.org>
Mon, 15 Oct 2018 04:27:52 +0000 (04:27 +0000)
commite47c11d8b1bc26ce3283df6bc04f8ca4cf1b074b
tree3c5d8e0b3d78a814de00bebc6dcf78da2b7d9969
parent85066acca144625e239294e2ce07bb2cfbc800c2
pprof: replace bits = bits + "..." to bits += "..." where bits is a string.

Change-Id: Ic77ebbdf2670b7fdf2c381cd1ba768624b07e57c
Reviewed-on: https://go-review.googlesource.com/c/141998
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/pprof/internal/profile/profile.go