IRC daemon, notifier, bot, TUI client, and its frontends
Go to file
Přemysl Eric Janouch 404aa8c9cc hid: use time.Time and time.Duration
It improves the code significantly over explicit int64 conversions.

Despite carrying unnecessary timezone information, time.Time also
carries a monotonic reading of time, which allows for more precise
measurement of time differences.
2018-07-30 10:07:02 +02:00
xS hid: use time.Time and time.Duration 2018-07-30 10:07:02 +02:00