From ef0ef155860ee3127e90fa82f74c4d757f62c5bf Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Sun, 12 Feb 2012 01:42:57 +0100 Subject: [PATCH] Newline after the error message, or url gets concatenated with the stack trace --- cache.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cache.go b/cache.go index 83f155a..1506070 100644 --- a/cache.go +++ b/cache.go @@ -209,7 +209,8 @@ Information: %v The cache will not be saved. Please report under what conditions this happened, and particularly what special type of objects -were stored in cache, at https://github.com/pmylund/go-cache/issues/new`, x) +were stored in cache, at https://github.com/pmylund/go-cache/issues/new +`, x) } }() for _, v := range c.Items {