package CronTask import ( "fmt" "time" ) func Task (){ fmt.Println("hello world", time.Now()) }