Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 903 Bytes

File metadata and controls

30 lines (18 loc) · 903 Bytes

Clock

Build Status Go Report Card GoDoc

Simple time factory abstraction.

This package is extracted from goph/stdlib because it's more commonly used than the stdlib as a whole.

Development

The project requires dep to install dependencies.

$ dep ensure

When all coding and testing is done, please run the test suite:

$ go test

License

The MIT License (MIT). Please see License File for more information.