An open API service indexing awesome lists of open source software.

https://github.com/zombiezen/clock

A Go package for writing deterministic time-based tests
https://github.com/zombiezen/clock

Last synced: 10 months ago
JSON representation

A Go package for writing deterministic time-based tests

Awesome Lists containing this project

README

          

# clock

Package clock provides an interface for obtaining the current time and sleeping. It is
useful for writing deterministic time-based tests in Go.

This is not an official Google product.

## Installing

go get zombiezen.com/go/clock/...

## Documentation

http://godoc.org/zombiezen.com/go/clock

## License

Apache License 2.0. See LICENSE for details.