diff options
Diffstat (limited to 'vendor/git.iim.gay/grufwub/go-nowish/README.md')
-rw-r--r-- | vendor/git.iim.gay/grufwub/go-nowish/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/git.iim.gay/grufwub/go-nowish/README.md b/vendor/git.iim.gay/grufwub/go-nowish/README.md new file mode 100644 index 000000000..17dd75374 --- /dev/null +++ b/vendor/git.iim.gay/grufwub/go-nowish/README.md @@ -0,0 +1,5 @@ +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
\ No newline at end of file |