From 880d3ae49f178e61be809fb5d2c68d5f63ea700b Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 8 Jul 2026 20:35:41 +0200 Subject: gave shards ids --- shards.go | 1 + 1 file changed, 1 insertion(+) (limited to 'shards.go') diff --git a/shards.go b/shards.go index 55ab976..bd19751 100644 --- a/shards.go +++ b/shards.go @@ -6,6 +6,7 @@ import ( ) type Shard struct{ mu sync.Mutex + id int data map[string]Item } -- cgit v1.2.3