-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
time.Ticker
gained a Reset
function with go1.15
#6
Comments
bdd
added a commit
that referenced
this issue
Jun 14, 2020
Go 1.15 added new `Reset` function to `Ticker`. Closes #6
Go 1.15 released today. I'm going to merge this in a week instead of two. |
bdd
added a commit
that referenced
this issue
Aug 12, 2020
Go 1.15 added new `Reset` function to `Ticker`. Closes #6
bdd
added a commit
that referenced
this issue
Aug 12, 2020
Go 1.15 added new `Reset` function to `Ticker`. Closes #6
bdd
added a commit
that referenced
this issue
Aug 16, 2020
Go 1.15 added new `Reset` function to `Ticker`. Closes #6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://tip.golang.org/doc/go1.15#time
Currently we create a new Ticker instance when we get SIGHUP and let the garbage collector do its thing.
runitor/cmd/runitor/main.go
Line 113 in cee6f6e
This was the function that was missing when first writing this.
Wait for go1.15 to be fully released + 2 weeks.
The text was updated successfully, but these errors were encountered: