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 |