]> Cypherpunks repositories - gostls13.git/commit
go/build: remove superfluous continues
authorAinar Garipov <gugl.zadolbal@gmail.com>
Sun, 11 Nov 2018 09:19:20 +0000 (12:19 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 11 Nov 2018 18:49:40 +0000 (18:49 +0000)
commitf58b02a29c395b5ec28bb548b1fd3ca18e2b3a4f
tree436c2cf77b554df748c71c53d423ed71efd8993e
parent3a7a56cc704eb27b823b6c0dc7bf7b0e7c94d1d7
go/build: remove superfluous continues

This cleanup was proposed in CL 148937. The branch is already ended with
a continue, so remove continues from subbranches and use an else-if.

Change-Id: Iaf6eb57afc84e25862f99a342f5824e315bcdcb7
Reviewed-on: https://go-review.googlesource.com/c/148922
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/build/read_test.go