summaryrefslogtreecommitdiff
path: root/vendor/github.com/ncruces/julianday/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ncruces/julianday/README.md')
-rw-r--r--vendor/github.com/ncruces/julianday/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/ncruces/julianday/README.md b/vendor/github.com/ncruces/julianday/README.md
new file mode 100644
index 000000000..828ae5749
--- /dev/null
+++ b/vendor/github.com/ncruces/julianday/README.md
@@ -0,0 +1,9 @@
+# Julian Day calculator
+
+[![Go Reference](https://pkg.go.dev/badge/image)](https://pkg.go.dev/github.com/ncruces/julianday)
+[![Go Report](https://goreportcard.com/badge/github.com/ncruces/julianday)](https://goreportcard.com/report/github.com/ncruces/julianday)
+[![Go Coverage](https://github.com/ncruces/julianday/wiki/coverage.svg)](https://raw.githack.com/wiki/ncruces/julianday/coverage.html)
+
+https://en.wikipedia.org/wiki/Julian_day
+
+Compatible with [SQLite](https://www.sqlite.org/lang_datefunc.html).