Answer the question
In order to leave comments, you need to log in
Is there a library for text setting intervals\delays\.. for an event to occur?
Is there a library for text setting intervals\delays\.. for an event to occur?
By type or similar:
t1 := xxxxx.NewTimer("after 1 sec", func () {})
t2 := xxxxx.NewTimes("once per 15 mins", func() {})
Answer the question
In order to leave comments, you need to log in
this won't work https://golang.org/pkg/time/#ParseDuration ?
well, in general, the search drives
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question