github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/cmd/gofmt/testdata/old.input (about)

     1  package P
     2  
     3  func f() {
     4  	if x {
     5  		y
     6  	} else
     7  		z
     8  }