~gloatingfiddle/exdura

b1bb41b77587686862e60aa6dc86bd911236b01d — David Hagerty 1 year, 4 months ago 383e3ff main
Add readme
1 files changed, 11 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +11 -0
@@ 0,0 1,11 @@
# Exdura

Exdura provides extra time intervals greater than one hour for Go.
It makes a few assumptions - first, that the user is using a Gregorian calendar.
Second, it assumes that the user is in a context where exact precision for months and years is not needed.

If you do need exact precision for months or years, it would be better to roll it yourself.

This library is mostly for personal use.

It is licensed under the MIT license.