//
pkg.gl
Category
github.com/alex/beeline-go
timer
package
0.4.4
Repository:
https://github.com/alex/beeline-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
25 SLOC
#
Functions
New
New creates a new timer with an arbitrary starting time.
Start
Start creates a new timer using `time.Now()` as the starting time.
#
Interfaces
Timer
Timer is the thing that you pass around to time blocks of code.