Go Package time: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
* <tt>[https://golang.org/pkg/time/#After time.After]</tt> | * <tt>[https://golang.org/pkg/time/#After time.After]</tt> returns a channel that after the given duration, will send current time on it. |
Revision as of 04:40, 2 April 2016
External
Internal
Overview
- time.After returns a channel that after the given duration, will send current time on it.