github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/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