package main import ( "fmt" ) func main() { fmt.Println(CheckNumber("Hello")) fmt.Println(CheckNumber("Hello1")) }