diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-nowish/README.md')
-rw-r--r-- | vendor/codeberg.org/gruf/go-nowish/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-nowish/README.md b/vendor/codeberg.org/gruf/go-nowish/README.md new file mode 100644 index 000000000..4070e5013 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-nowish/README.md @@ -0,0 +1,3 @@ +a simple Go library with useful time utiities: +- Clock: a high performance clock giving a good "ish" representation of "now" (hence the name!) +- Timeout: a reusable structure for enforcing timeouts with a cancel |