From 5044004ec2d880c735ab59d49d5e7ce8640765f7 Mon Sep 17 00:00:00 2001 From: maxlerebourg Date: Wed, 26 Oct 2022 10:26:19 +0200 Subject: [PATCH] Update cache.go --- pkg/cache/cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cache/cache.go b/pkg/cache/cache.go index f2df4bb..ea1ccd4 100644 --- a/pkg/cache/cache.go +++ b/pkg/cache/cache.go @@ -1,7 +1,6 @@ package cache import ( - "context" "fmt" ttl_map "github.com/leprosus/golang-ttl-map"