github.com/khulnasoft/codebase@v0.0.0-20231214144635-a707781cbb24/diff/testdata/gofmt.go (about) 1 package testdata 2 3 func fmt () { 4 // test 5 // test line 6 // test line 7 // test line 8 // test line 9 // test line 10 // test line 11 // test line 12 13 println( 14 "hello, gofmt test" ) 15 //comment 16 } 17 18 19 type s struct { A int } 20 func (s s) String() { return "s" }