github.com/huandu/go@v0.0.0-20151114150818-04e615e41150/src/cmd/gofmt/testdata/old.input (about) 1 package P 2 3 func f() { 4 if x { 5 y 6 } else 7 z 8 }