Documentation ¶
Overview ¶
Package time provide features which supplements standard time package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NowProvider ¶
NowProvider is a provider for current time
func (NowProvider) Now ¶
func (m NowProvider) Now() gTime.Time
Now returns current time. If NowProvider is not initialised, then current time is returned, otherwise NowProvider is called and result returned.
Click to show internal directories.
Click to hide internal directories.