README.md

1# Julian Day calculator
2
3[![Go Reference](https://pkg.go.dev/badge/image)](https://pkg.go.dev/github.com/ncruces/julianday)
4[![Go Report](https://goreportcard.com/badge/github.com/ncruces/julianday)](https://goreportcard.com/report/github.com/ncruces/julianday)
5[![Go Coverage](https://github.com/ncruces/julianday/wiki/coverage.svg)](https://raw.githack.com/wiki/ncruces/julianday/coverage.html)
6
7https://en.wikipedia.org/wiki/Julian_day
8
9Compatible with [SQLite](https://www.sqlite.org/lang_datefunc.html).