From b1bb41b77587686862e60aa6dc86bd911236b01d Mon Sep 17 00:00:00 2001 From: David Hagerty Date: Tue, 23 May 2023 14:45:16 -0400 Subject: [PATCH] Add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8386930 --- /dev/null +++ b/README.md @@ -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. -- 2.45.2