11 lines
110 B
Go
11 lines
110 B
Go
package testdata
|
|
|
|
// DO NOT EDIT
|
|
|
|
import "fmt"
|
|
|
|
// nolint
|
|
func PrintString(s string) {
|
|
fmt.Printf("%s", s)
|
|
}
|