...

Text file src/cmd/gofmt/testdata/stdin2.input

Documentation: cmd/gofmt/testdata

     1//gofmt -stdin
     2
     3var x int
     4
     5
     6func f() { y := z
     7	/* this is a comment */
     8	// this is a comment too
     9}
    10
    11

View as plain text