├── .travis.yml ├── LICENSE ├── README.md ├── clock.go └── clock_test.go /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andres-erbsen/clock/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andres-erbsen/clock/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andres-erbsen/clock/HEAD/README.md -------------------------------------------------------------------------------- /clock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andres-erbsen/clock/HEAD/clock.go -------------------------------------------------------------------------------- /clock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andres-erbsen/clock/HEAD/clock_test.go --------------------------------------------------------------------------------