github.com/chenfeining/golangci-lint@v1.0.2-0.20230730162517-14c6c67868df/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  }