func time.Until
6 uses
time (current package)
time.go#L953: func Until(t Time) Duration {
context
context.go#L630: dur := time.Until(d)
context.go#L662: time.Until(c.deadline).String() + "])"
internal/poll
fd_poll_runtime.go#L149: d = int64(time.Until(t))
net
pipe.go#L50: if dur := time.Until(t); dur > 0 {
net/http
client.go#L401: timer := time.NewTimer(time.Until(deadline))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |