Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
David Url 384652fcb1 docs: fix typos and style to match godoc conventions 2018-10-04 08:21:42 -07:00
Rune Tevasvold Aune b08e6b4da7 feat: add `Since(t Time) Duration` shorthand (#12)
* Update imports in example (`WatchBeam` -> `mixer`)

* Add Since() shorthand.

`Since(t Time) Duration` from the `time` package returns the time
elapsed since `t`. This is simply a shorthand for `Now().Sub(t)`, but
makes for more readable code.
2017-09-01 08:02:40 -07:00
Connor Peet 90057ad437 Initial commit 2015-12-31 11:17:02 +10:00