github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/src/cmd/gofmt/testdata/stdin2.input.gofmt (about) 1 2 3 var x int 4 5 func f() { 6 y := z 7 /* this is a comment */ 8 // this is a comment too 9 } 10 11