From 950a5926e8dddac48d7dce4a57c3f4b7546425a1 Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Thu, 9 Feb 2012 13:28:51 +0100 Subject: [PATCH] s/used safely/safely used/ --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c2edfdc..174ddf2 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ go-cache is an in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Any object can be stored, -for a given duration or forever, and the cache can be used safely by multiple +for a given duration or forever, and the cache can be safely used by multiple goroutines. Although go-cache isn't meant to be used as a persistent datastore, the entire