uniugm/admin/lib/gofmt/testdata/stdin2.golden

12 lines
101 B
Plaintext
Raw Normal View History

2025-05-08 17:33:46 +08:00
//gofmt -stdin
var x int
func f() {
y := z
/* this is a comment */
// this is a comment too
}