From 464921b567f7eaef949645df3aea8a8ba7c6059f Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Thu, 12 Feb 2026 11:05:41 +0100 Subject: [PATCH] Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a82658a..24a0da2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # quando +[![Mirror on GitHub](https://img.shields.io/badge/mirror-GitHub-blue)](https://github.com/jakoubek/quando) +[![Go Reference](https://pkg.go.dev/badge/code.beautifulmachines.dev/jakoubek/quando.svg)](https://pkg.go.dev/code.beautifulmachines.dev/jakoubek/quando) +[![Go Report Card](https://goreportcard.com/badge/code.beautifulmachines.dev/jakoubek/quando)](https://goreportcard.com/report/code.beautifulmachines.dev/jakoubek/quando) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) + +> **Primary repository:** [code.beautifulmachines.dev/jakoubek/quando](https://code.beautifulmachines.dev/jakoubek/quando) ยท GitHub is a read-only mirror. + > Intuitive and idiomatic date calculations for Go **quando** is a standalone Go library for complex date operations that are cumbersome or impossible with the Go standard library alone. It provides a fluent API for date arithmetic, parsing, formatting, and timezone-aware calculations.