package correct import "fmt" func PrintStr(s string) { fmt.Print(s) }