diff options
| author | Daniel Martí <mvdan@mvdan.cc> | 2017-10-11 10:14:31 +0100 |
|---|---|---|
| committer | Daniel Martí <mvdan@mvdan.cc> | 2017-10-15 19:24:40 +0000 |
| commit | 270a789c527bc6b43ed241f193d2d108b63fefa3 (patch) | |
| tree | 79a72c54e3cf672fb53eb1cac4995e05dc44afec /src/bytes/example_test.go | |
| parent | e5b733570598646e9726d053db5a30114165f9d6 (diff) | |
| download | go-270a789c527bc6b43ed241f193d2d108b63fefa3.tar.xz | |
cmd/compile: simplify some declarations
Reduce the scope of some. Also remove vars that were simply the index or
the value in a range statement. While at it, remove a var that was
exactly the length of a slice.
Also replaced 'bad' with a more clear 'errored' of type bool, and
renamed a single-char name with a comment to a name that is
self-explanatory.
And removed a few unnecessary Index calls within loops.
Passes toolstash -cmp on std cmd.
Change-Id: I26eee5f04e8f7e5418e43e25dca34f89cca5c80a
Reviewed-on: https://go-review.googlesource.com/70930
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/bytes/example_test.go')
0 files changed, 0 insertions, 0 deletions
