diff options
| author | Matthew Dempsky <mdempsky@google.com> | 2016-03-17 01:32:18 -0700 |
|---|---|---|
| committer | Matthew Dempsky <mdempsky@google.com> | 2016-03-17 19:38:15 +0000 |
| commit | f6bca3f32d4cc49eab76e6a16ce8418ae76d1ffc (patch) | |
| tree | f13017a0f527e0aea980e15d3e6d069c81fd7cc1 /src/encoding/binary | |
| parent | 517b6131b2f62d7a57851aca44e590da51e7e849 (diff) | |
| download | go-f6bca3f32d4cc49eab76e6a16ce8418ae76d1ffc.tar.xz | |
cmd/compile: eliminate a bunch of IterFields/IterMethods calls
This is an automated rewrite of all the calls of the form:
for f, it := IterFields(t); f != nil; f = it.Next() { ... }
Followup CLs will work on cleaning up the remaining cases.
Change-Id: Ic1005ad45ae0b50c63e815e34e507e2d2644ba1a
Reviewed-on: https://go-review.googlesource.com/20794
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Diffstat (limited to 'src/encoding/binary')
0 files changed, 0 insertions, 0 deletions
