github.com/nozzle/golangci-lint@v1.49.0-nz3/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