package crontab import ( "fmt" "testing" ) func TestCalculateCFT(t *testing.T) { str := `event_mating` fmt.Println(str) }