From f648931821208e809058c73301086cebb15df2e3 Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Sat, 5 Dec 2015 15:00:25 +0100 Subject: [PATCH] revised formatting --- cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cache.go b/cache.go index 51afcb1..b82a96b 100644 --- a/cache.go +++ b/cache.go @@ -103,7 +103,6 @@ func (c *cache) deleteFromBst (node Node) { } } - // Add an item to the cache only if an item doesn't already exist for the given // key, or if the existing item has expired. Returns an error otherwise. func (c *cache) Add(k string, x interface{}, d time.Duration) error {