github.com/reviewdog/reviewdog@v0.17.5-0.20240516205324-0cd103a83d58/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" }