gotosocial/vendor/git.iim.gay/grufwub/go-nowish/README.md

5 lines
289 B
Markdown
Raw Normal View History

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