cron.go 93 Bytes
Newer Older
chenweijian's avatar
chenweijian committed
1 2 3 4 5 6 7
package cron

import "hilo-user/corn/cp_corn"

func Init() {
	cp_corn.CpInviteCancelInit()
}