]> Cypherpunks repositories - gostls13.git/commit
strings: unindent Fields
authorTobias Klauser <tklauser@distanz.ch>
Mon, 8 Apr 2019 07:54:33 +0000 (09:54 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 8 Apr 2019 08:18:38 +0000 (08:18 +0000)
commitf70d457a366a498ff91c4fb8dd03eca576b898bb
treeeec2b2ab5a74884d84baabdd4086197070726604
parent20995f627422a3dce2039f06b5dfe1dc0ca174c6
strings: unindent Fields

CL 56470 unindented bytes.Fields, but not strings.Fields. Do so now to
make it easier to diff the two functions for potential differences.

Change-Id: Ifef81f50cee64e8277e91efa5ec5521d8d21d3bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/170951
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/strings/strings.go