package main import ( "fmt" ) func main() { fmt.Print(PrintIf("abcdefz")) fmt.Print(PrintIf("abc")) fmt.Print(PrintIf("")) fmt.Print(PrintIf("14")) }