github.com/yukk001/go1.10.8@v0.0.0-20190813125351-6df2d3982e20/src/cmd/gofmt/testdata/stdin2.input (about)

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