github.com/chenfeining/golangci-lint@v1.0.2-0.20230730162517-14c6c67868df/pkg/result/processors/testdata/autogen_exclude_block_comment.go (about) 1 /* 2 * first line 3 * 4 * second line 5 * third line 6 */ 7 8 // and this text also 9 10 /* 11 this type of block comment also 12 */ 13 14 /* this one line comment also */ 15 16 package testdata