From 34afa23b01ebe62226ac03230a57a38f330ed218 Mon Sep 17 00:00:00 2001 From: serr Date: Mon, 6 Jan 2025 12:59:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA=20=D1=83=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=B5=D0=B2=D1=88=D0=B8=D1=85=20=D1=8D=D0=BB?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- candycache.go | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/candycache.go b/candycache.go index bb9ca7a..9bc7590 100644 --- a/candycache.go +++ b/candycache.go @@ -191,29 +191,6 @@ func (c *Cache) Size() int { return size } -// ПОДДЕРЖИВАЕМЫЕ ТИПЫ: -// Bool + -// Int + -// Int8 + -// Int16 + -// Int32 + -// Int64 + -// Uint + -// Uint8 + -// Uint16 + -// Uint32 + -// Uint64 + -// Uintptr + -// Float32 + -// Float64 + -// Complex64 + -// Complex128 + -// Array + -// Func + -// Map + -// Slice + -// String + -// Struct func isize(i interface{}) int { if i == nil { return 0