github.com/nozzle/golangci-lint@v1.49.0-nz3/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  }