init.go 68 B

123456
  1. package cron
  2. func Init() {
  3. go GetDetectedItem()
  4. go DeleteOld()
  5. }