golangci-lint/pkg/result/processors/testdata/autogen_exclude_doc.go

11 lines
110 B
Go

package testdata
// DO NOT EDIT
import "fmt"
// nolint
func PrintString(s string) {
fmt.Printf("%s", s)
}