golangci-lint/pkg/result/processors/testdata/autogen_exclude_block_comment.go

17 lines
167 B
Go

/*
* first line
*
* second line
* third line
*/
// and this text also
/*
this type of block comment also
*/
/* this one line comment also */
package testdata