//
pkg.gl
Category
github.com/itbasis/go-clock/v2
internal
impl
package
2.1.0
Repository:
https://github.com/itbasis/go-clock.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
64 SLOC
#
Functions
NewClock
No description provided by the author
NewTicker
No description provided by the author
NewTimer
No description provided by the author
NewTimerFunc
No description provided by the author
#
Structs
Clock
Clock implements a real-time clock by simply wrapping the time package functions.
Ticker
Ticker holds a channel that receives "ticks" at regular intervals.
Timer
Timer represents a single event.