From a60bd0d8dbc2468a67195782fde29d6a126fba43 Mon Sep 17 00:00:00 2001 From: flowerinthenight Date: Sat, 5 Oct 2024 14:00:47 +0900 Subject: [PATCH] ci skip: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca586d9..ea856c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![main](https://github.com/flowerinthenight/spindle/workflows/main/badge.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/flowerinthenight/spindle.svg)](https://pkg.go.dev/github.com/flowerinthenight/spindle) +(This repo is mirrored to [https://codeberg.org/flowerinthenight/zgroup](https://codeberg.org/flowerinthenight/spindle)). + ## spindle A distributed locking library built on top of [Cloud Spanner](https://cloud.google.com/spanner/). It relies on Spanner's [TrueTime](https://cloud.google.com/spanner/docs/true-time-external-consistency) and [transactions](https://cloud.google.com/spanner/docs/transactions) support to achieve its locking mechanism.