Registry / utility / rvflash-elapsed

rvflash-elapsed

JSON →
library0.4.1gogounverified

Package elapsed returns the elapsed time since a given time in a human-readable format.

go get github.com/rvflash/elapsed
INSTALL
IMPORT
SIG · RVFLASH-ELAPSED
R
rvflash-elapsed
utilitygov0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

elapsed
github.com/rvflash/elapsed

Measures and prints the elapsed time since a given start time.

package main import ( "fmt" "time" "github.com/rvflash/elapsed" ) func main() { start := time.Now() time.Sleep(2 * time.Second) fmt.Println(elapsed.Time(start)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
rvflash-elapsed — go get rvflash-elapsed · libregistry