github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/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