From cccddee0bc9a874a2d4d1f2a9e6d7b9cec6bb6dd Mon Sep 17 00:00:00 2001 From: Defcronyke Date: Mon, 28 May 2018 04:26:21 -0400 Subject: [PATCH] add godscache a.k.a. Go DS Cache (#1934) a wrapper around the Google Cloud Datastore Go package that adds caching using memcached. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52eaef77..8962b6b7 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go. * [gocb](https://github.com/couchbase/gocb) - Official Couchbase Go SDK. * [gocql](http://gocql.github.io) - Go language driver for Apache Cassandra. + * [godscache](https://github.com/defcronyke/godscache) - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached. * [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language. * [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB. * [goriak](https://github.com/zegl/goriak) - Go language driver for Riak KV.