just i was scheduled below job but not logged given msg

c.AddFunc("0 0 * * *", func() {
    log.Println("Job started at 12:00AM")
  })

above exp means 0 hr 0min means 12AM right ..



On Sat, May 9, 2020 at 12:08 AM Brian Candler <b.cand...@pobox.com> wrote:

> On 08/05/2020 19:35, Vikram Ingawale wrote:
>
> just i was scheduled below job but not logged given msg
>
> c.AddFunc("0 0 * * *", func() {
>     log.Println("Job started at 12:00AM")
>   })
>
> above exp means 0 hr 0min means 12AM right ..
>
> Reply to the list please.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CADuKi9oFSNoZ%3DDczmF0ZFaY%2BnVab9SXs4pei7QKZR0Cte7vLRA%40mail.gmail.com.

Reply via email to