github.com/liujq9674git/golang-src-1.7@v0.0.0-20230517174348-17f6ec47f3f8/src/cmd/gofmt/testdata/stdin2.golden (about)

     1  //gofmt -stdin
     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