code: id := 1 cron.New().Remove(1) cron.New().Remove(id) question: 1. The parameter requirement is EntryID, why is 1 possible? 2. 1 There is no error, why can't the id?