mirror of
https://github.com/golang/go.git
synced 2025-05-07 00:23:03 +00:00
As per the following guidance: "Try to keep the normal code path at a minimal indentation" I know this is normally applied to error handling, but the same logic about improving readability applies here too. Change-Id: Ib20dae9975e94b40fb6ff7049782375b18ef59ba Change-Id: Ib20dae9975e94b40fb6ff7049782375b18ef59ba GitHub-Last-Rev: 97919272de76ec15845556e032985c5969a277fa GitHub-Pull-Request: golang/tools#125 Reviewed-on: https://go-review.googlesource.com/c/tools/+/183698 Reviewed-by: Suzy Mueller <suzmue@golang.org> Run-TryBot: Suzy Mueller <suzmue@golang.org>