github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/pkg/result/processors/testdata/autogen_exclude_doc.go (about)

     1  package testdata
     2  
     3  // DO NOT EDIT
     4  
     5  import "fmt"
     6  
     7  //nolint:all
     8  func PrintString(s string) {
     9  	fmt.Printf("%s", s)
    10  }