From afa9d82c59f594d237edb4b81b6b17ba15eb3312 Mon Sep 17 00:00:00 2001 From: serr Date: Mon, 6 Jan 2025 14:33:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20=D0=B4=D0=B0?= =?UTF-8?q?=D0=BC=D0=BF=D1=8B=20=D0=BA=D1=8D=D1=88=D0=B0=20=D0=B8=20=D0=B2?= =?UTF-8?q?=D0=BE=D1=81=D1=81=D1=82=D0=B0=D0=BD=D0=B0=D0=B2=D0=BB=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D1=8C=20=D0=B8=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- candycache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/candycache.go b/candycache.go index 0c2aeb6..1e6459e 100644 --- a/candycache.go +++ b/candycache.go @@ -10,7 +10,6 @@ import ( ) // JSON структура для создания/загрузки дампов - type Dump struct { Key string `json:"key"` DestroyTimestamp int64 `json:"destroyTimestamp"`