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"`