mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 20:26:39 +00:00
e43a46e982
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
5 lines
289 B
Markdown
5 lines
289 B
Markdown
nowish is a very simple library for creating Go clocks that give a good (ish)
|
|
estimate of the "now" time, "ish" depending on the precision you request
|
|
|
|
similar to fastime, but more bare bones and using unsafe pointers instead of
|
|
atomic value since we don't need to worry about type changes |