//
pkg.gl
Category
github.com/twa16/josh
clock
package
2.0.2+incompatible
Repository:
https://github.com/twa16/josh.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
12 SLOC
#
Functions
New
New returns an implementation of Clock that uses the system time.
#
Structs
SystemClock
SystemClock uses the system clock to return the time.
#
Interfaces
Clock
Clock provides an interface to the current time, useful for testing.